From 37eece626b2018b7fd93d12f11a183c9220277e7 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Thu, 17 Jul 2014 16:04:56 +1000 Subject: [PATCH] TODO --- client.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client.go b/client.go index c12d297b..8514483f 100644 --- a/client.go +++ b/client.go @@ -269,6 +269,8 @@ func (me *Client) initiateConn(peer Peer, torrent *torrent) { IP: peer.IP, Port: peer.Port, } + // TODO: Specify local address so that peers associate our address + // with our listen address. conn, err := net.DialTimeout(addr.Network(), addr.String(), dialTimeout) go func() { -- 2.48.1