]> Sergey Matveev's repositories - btrtrc.git/commit
Add support for non-IP-based networks
authorMatt Joiner <anacrolix@gmail.com>
Thu, 20 Feb 2020 05:47:37 +0000 (16:47 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Thu, 20 Feb 2020 05:47:37 +0000 (16:47 +1100)
commitd24922dc090bbac095640ea891fb1a3006fe7c19
tree31d1db1e680dc8a7100758d5b56aa77826d92557
parent0d4858ba29a32c0a46ad38dfccc2328c8c04f57e
Add support for non-IP-based networks

Includes a test with unix sockets. Exposes AddDialer, AddListener, and reworks Peer.
20 files changed:
Peer.go
Peers.go
client.go
client_test.go
cmd/torrent-pick/main.go
cmd/torrent/main.go
cmd/torrentfs/main.go
config.go
connection.go
connection_test.go
dialer.go [new file with mode: 0644]
go.mod
ipport.go [new file with mode: 0644]
misc.go
prioritized_peers_test.go
socket.go
test/init_test.go [new file with mode: 0644]
test/transfer_test.go
test/unix_test.go [new file with mode: 0644]
torrent.go