]> Sergey Matveev's repositories - btrtrc.git/blobdiff - peer.go
Use webrtc local addr for webrtc conn peer priority
[btrtrc.git] / peer.go
diff --git a/peer.go b/peer.go
index e1bab1840d970c1a97292da2773297a520e3820e..3b8d458679cf4968015e444101667b5c68ec8854 100644 (file)
--- a/peer.go
+++ b/peer.go
@@ -1,5 +1,7 @@
 package torrent
 
+type peerLocalPublicAddr = IpPort
+
 func (p *Peer) isLowOnRequests() bool {
        return p.requestState.Requests.IsEmpty() && p.requestState.Cancelled.IsEmpty()
 }