]> Sergey Matveev's repositories - btrtrc.git/commit - config.go
Rework conns to/and allow multiple DHT servers
authorMatt Joiner <anacrolix@gmail.com>
Thu, 12 Apr 2018 01:41:07 +0000 (11:41 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Thu, 12 Apr 2018 01:41:07 +0000 (11:41 +1000)
commit319e57d1c6e5ddd95b8dcd5439baf13828e16741
tree7c9d54282c9841b359ce0f8aafaf383ecc95f1cc
parenta101ebb07e3486c2203ee9deb9e376b55085efc8
Rework conns to/and allow multiple DHT servers

This will help with #229, and IPv6 support.
14 files changed:
bencode/decode.go
client.go
client_test.go
cmd/magnet-metainfo/main.go
cmd/torrent/main.go
cmd/torrentfs/main.go
config.go
connection.go
fs/torrentfs_test.go
listen.go [new file with mode: 0644]
misc.go
socket.go [new file with mode: 0644]
torrent.go
torrent_test.go