]> Sergey Matveev's repositories - btrtrc.git/blob - ut-holepunching.go
08f0ac79e45c7818896f65306f1575f5c70d0033
[btrtrc.git] / ut-holepunching.go
1 package torrent
2
3 import (
4         "github.com/anacrolix/chansync"
5 )
6
7 type utHolepunchRendezvous struct {
8         relays     map[*PeerConn]struct{}
9         gotConnect chansync.SetOnce
10         relayCond  chansync.BroadcastCond
11 }