[][src]Crate libp2p_kad

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

Re-exports

pub use self::kbucket::KBucketsPeerId;
pub use self::protocol::KadConnectionType;

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.