tracker/udp
Jimmy Zelinskie 222415f467 udp: Implement draft of BEP45; Endpoint type added
Because of the requirement of storing multiple ports, Announce.Port has
been abolished and Announce.IPv4/IPv6 have been replaced with the
Endpoint type. HTTP has been updated to support this model. UDP has been
updated to support the latest draft of BEP45 and most of the
optional-types described in BEP41.
2015-03-29 03:03:19 -04:00
..
connection.go udp: Use net.IP inputs for connection ID generation 2015-02-23 21:30:45 -05:00
connection_test.go udp: Add constructor for ConnectionIDGenerator, return buffer to pool on socket timeout 2015-02-22 16:58:43 -05:00
protocol.go udp: Implement draft of BEP45; Endpoint type added 2015-03-29 03:03:19 -04:00
scrape_test.go udp: Add basic UDP tests 2015-02-21 14:35:21 -05:00
udp.go udp: Use net.IP inputs for connection ID generation 2015-02-23 21:30:45 -05:00
udp_test.go stats/udp: nop on nil DefaultStats 2015-02-25 21:56:58 -05:00
writer.go udp: Use net.IP inputs for connection ID generation 2015-02-23 21:30:45 -05:00