]> Sergey Matveev's repositories - btrtrc.git/commit
Make extended handshake a struct, and move a bunch of extended stuff into peer_protocol
authorMatt Joiner <anacrolix@gmail.com>
Tue, 10 Jul 2018 02:20:36 +0000 (12:20 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Tue, 10 Jul 2018 02:20:36 +0000 (12:20 +1000)
commit1f6ba948824afdda3bbdf12224c56dd78da482b5
treece775fc0b286743fc5de4b59860ac0f973a08dab
parent50def7a6889505c1837ea8b240d4caa9f8ce1e45
Make extended handshake a struct, and move a bunch of extended stuff into peer_protocol
12 files changed:
Peer.go
bencode/api.go
bencode/decode.go
client.go
connection.go
global.go
misc.go
peer_protocol/compactip.go [new file with mode: 0644]
peer_protocol/decoder.go
peer_protocol/extended.go [new file with mode: 0644]
peer_protocol/msg.go
torrent.go