2
0
mirror of synced 2025-02-24 06:38:14 +00:00
Matt Joiner ff835db955 Actually fix #41 properly; and several big changes
bencode:
 * Handle omitempty on non-trivial types.
cmd/dht-ping:
 * Handle timeouts in ping transactions.
dht:
 * Propagate failed transaction responses properly.
 * Msg related tests are moved into their own file.
 * In some places, IPs in binary form are shorted to 4 bytes if IPv4.
2015-12-07 03:28:28 +11:00
..
2015-08-23 15:59:49 +10:00
2012-06-20 19:21:32 +06:00
2012-06-20 19:21:32 +06:00

Bencode encoding/decoding sub package. Uses similar API design to Go's json package.