2
0
mirror of synced 2025-02-24 14:48:27 +00:00
torrent/pex.go

10 lines
257 B
Go
Raw Normal View History

2015-08-17 19:52:47 +10:00
package torrent
import "github.com/anacrolix/torrent/util"
type peerExchangeMessage struct {
Added util.CompactIPv4Peers `bencode:"added"`
AddedFlags []byte `bencode:"added.f"`
Dropped util.CompactIPv4Peers `bencode:"dropped"`
}