Module kademlia

Module kademlia 

Source
Expand description

/ipfs/kad/1.0.0 implementation.

Structs§

Config
Kademlia configuration.
ConfigBuilder
Configuration builder for Kademlia.
KademliaHandle
Handle for communicating with the Kademlia protocol.
PeerRecord
A record received by the given peer.
QueryId
Type representing a query ID.
Record
A record stored in the DHT.
RecordKey
The (opaque) key of a record.

Enums§

IncomingRecordValidationMode
Incoming record validation mode.
KademliaEvent
Kademlia events.
Quorum
Quorum.
RecordsType
The type of the DHT records.
RoutingTableUpdateMode
Routing table update mode.