mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-27 05:17:49 +08:00
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 ``` |
||
|---|---|---|
| .. | ||
| dht | ||
| kbucket | ||
| keyspace | ||
| mock | ||
| routing.go | ||