kubo/routing/dht
Juan Batiz-Benet 3a78669209 dht: protocol change
Send + Recv compressed multiaddrs (bytes). this makes
for much smaller addresses, as string addresses are
inflated for human readability. compare:

```
consider: "/ip4/192.168.10.10/tcp/13456"
string: 0x2f6970342f3139322e3136382e31302e31302f7463702f3133343536
packed: 0x04c0a80a0a063490
```
2014-12-21 05:45:30 -08:00
..
pb dht: protocol change 2014-12-21 05:45:30 -08:00
dht_logger.go go-vet friendly codebase 2014-10-25 03:46:39 -07:00
dht_net.go peer: major refactor. builds 2014-12-20 21:26:51 -08:00
dht_test.go dht: three tests pass 2014-12-21 05:45:30 -08:00
dht.go dht: three tests pass 2014-12-21 05:45:30 -08:00
diag.go peer: major refactor. builds 2014-12-20 21:26:51 -08:00
ext_test.go peer: major refactor. builds 2014-12-20 21:26:51 -08:00
handlers.go dht: three tests pass 2014-12-21 05:45:30 -08:00
providers_test.go peer: major refactor. builds 2014-12-20 21:26:51 -08:00
providers.go peer: major refactor. builds 2014-12-20 21:26:51 -08:00
query.go peer: major refactor. builds 2014-12-20 21:26:51 -08:00
records.go dht: three tests pass 2014-12-21 05:45:30 -08:00
routing.go dht: three tests pass 2014-12-21 05:45:30 -08:00
util.go rewrite sendWantlistToProviders 2014-12-17 23:44:40 -08:00