kubo/routing
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
..
dht dht: protocol change 2014-12-21 05:45:30 -08:00
kbucket kbucket now uses peer.ID 2014-12-20 13:26:52 -08:00
keyspace moved XOR keyspace -> util 2014-10-18 20:01:27 -07:00
mock routing/mock now uses peer.ID and peer.PeerInfo 2014-12-20 13:51:14 -08:00
routing.go Routing interface uses peer.PeerInfo 2014-12-20 13:49:22 -08:00