torrent/peer_protocol
Matt Joiner fc4fab91f5 Switch to goimports import sorting
Used to use sortimports, but it's old, and goimports seems to have an opinion now.
2018-11-02 23:12:01 +11: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 Switch to goimports import sorting 2018-11-02 23:12:01 +11: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 Switch to goimports import sorting 2018-11-02 23:12:01 +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