[][src]Module libp2p::kad

Kademlia protocol. Allows peer discovery, records store and records fetch.

Modules

handler
kbucket

A k-buckets table allows one to store a value identified by keys, ordered by their distance to a reference key passed to the constructor.

protocol

The Kademlia connection protocol upgrade and associated message types.

Structs

Kademlia

Network behaviour that handles Kademlia.

Enums

KademliaOut

Output event of the Kademlia behaviour.