]> Sergey Matveev's repositories - btrtrc.git/commit
Store remoteAddr with each connection
authorMatt Joiner <anacrolix@gmail.com>
Sun, 4 Nov 2018 05:56:55 +0000 (16:56 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Sun, 4 Nov 2018 10:15:51 +0000 (21:15 +1100)
commit0032b45a02e5c96b14e383ed37552d07884580c2
tree363d5c5091d394e542ae299a1bb08478bd051e28
parentf1f54ce94955206929028487b93cd6ba634c92ef
Store remoteAddr with each connection

It would appear net.Conns returned from proxies don't have a RemoteAddr the client expects.
client.go
connection.go
connection_test.go
torrent.go