mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 18:37:45 +08:00
8 lines
251 B
Go
8 lines
251 B
Go
package dht
|
|
|
|
// The IPFS DHT is an implementation of Kademlia with
|
|
// Coral and S/Kademlia modifications. It is used to
|
|
// implement the base IPFS Routing module.
|
|
|
|
TODO. SEE https://github.com/jbenet/node-ipfs/blob/master/submodules/ipfs-dht/index.js
|