mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-02 23:08:07 +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 ``` |
||
|---|---|---|
| .. | ||
| pb | ||
| dht_logger.go | ||
| dht_net.go | ||
| dht_test.go | ||
| dht.go | ||
| diag.go | ||
| ext_test.go | ||
| handlers.go | ||
| providers_test.go | ||
| providers.go | ||
| query.go | ||
| records.go | ||
| routing.go | ||
| util.go | ||