]> Sergey Matveev's repositories - btrtrc.git/commit
Break up client.go into several files and a few fixes
authorMatt Joiner <anacrolix@gmail.com>
Thu, 3 Apr 2014 12:16:59 +0000 (23:16 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Thu, 3 Apr 2014 12:16:59 +0000 (23:16 +1100)
commit9ba3af19ba811a8513c235712a3dc8d7b990099a
tree0a727c4915b4d99f46b9fe15fa02282d809f3e32
parent8cb39521f2ae36404d647571bd0acf6c29ba75eb
Break up client.go into several files and a few fixes

Suppress expected errors when initiating connections.
Add an explicit timeout to initiate connections.
Put a lock on closing a connection to prevent data race warnings.
client.go
connection.go [new file with mode: 0644]
misc.go [new file with mode: 0644]
torrent.go [new file with mode: 0644]