]> Sergey Matveev's repositories - btrtrc.git/blobdiff - ut-holepunching.go
Drop support for go 1.20
[btrtrc.git] / ut-holepunching.go
index 08f0ac79e45c7818896f65306f1575f5c70d0033..10cbafc73d7b9237c864a6f3c625bf9c74366b21 100644 (file)
@@ -1,11 +1 @@
 package torrent
-
-import (
-       "github.com/anacrolix/chansync"
-)
-
-type utHolepunchRendezvous struct {
-       relays     map[*PeerConn]struct{}
-       gotConnect chansync.SetOnce
-       relayCond  chansync.BroadcastCond
-}