torrent/peer_protocol
Matt Joiner 3e9a5a4aec Expose ClientConfig.Extensions
Also run the storage failure test with fast disabled for the seeder. This probably would have tickled some issues in the past, so it seems like a good place to try it out.
2020-04-23 13:03:40 +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 Apply staticcheck 2020-02-20 11:09:57 +11: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 Expose ClientConfig.Extensions 2020-04-23 13:03:40 +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 Add comments 2019-10-01 18:13:55 +10:00
pex.go PEX: add periodic deltas 2020-04-15 17:24:44 +10:00
pex_test.go PEX: add connection tracking 2020-04-15 17:24:44 +10: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