]> Sergey Matveev's repositories - btrtrc.git/blobdiff - peer.go
Locate target peer using dial addr when receiving a holepunch rendezvous
[btrtrc.git] / peer.go
diff --git a/peer.go b/peer.go
index 4e2a24f60b5de6e2feb0ee981beecfbfc9806fd2..1d8ead1002b49758b0564ac47516d9f6fc420c80 100644 (file)
--- a/peer.go
+++ b/peer.go
@@ -86,7 +86,6 @@ type (
                peerChoking           bool
                peerRequests          map[Request]*peerRequestState
                PeerPrefersEncryption bool // as indicated by 'e' field in extension handshake
-               PeerListenPort        int
                // The highest possible number of pieces the torrent could have based on
                // communication with the peer. Generally only useful until we have the
                // torrent info.