torrent/peer_protocol
Matt Joiner 338287486f Always return errors when handshakes or dialing fails
I intend to use xerrors-style error handling for special cases.
2019-07-19 16:15:46 +10:00
..
compactip.go Make extended handshake a struct, and move a bunch of extended stuff into peer_protocol 2018-07-10 12:20:36 +10:00
decoder.go Rewrite piece data decoding and relax test 2018-07-14 11:50:43 +10:00
decoder_test.go Rewrite piece data decoding and relax test 2018-07-14 11:50:43 +10:00
extended.go Move back to net.IP for extended handshake message IPs 2018-07-12 00:00:07 +10:00
handshake.go Always return errors when handshakes or dialing fails 2019-07-19 16:15:46 +10:00
int.go Add peer_protocol.Integer.Uint32 2018-07-12 09:16:40 +10:00
messagetype_string.go Fix fast extension message type constants 2018-02-05 18:00:47 +11:00
msg.go Fix peer_protocol.Message.RequestSpec for Type Piece 2018-07-13 21:33:21 +10:00
pex.go Move PEX stuff into peer_protocol 2018-07-10 11:21:24 +10:00
pex_test.go bencode: Fix marshalling of []byte(nil) 2018-11-27 08:57:17 +11:00
protocol.go Comments and trivial tweaks 2018-07-12 09:42:00 +10:00
protocol_test.go Fix fast extension message type constants 2018-02-05 18:00:47 +11:00
reqspec.go Fix peer_protocol.Message.RequestSpec for Type Piece 2018-07-13 21:33:21 +10:00