Module libp2p_kad::record[][src]

Expand description

Records and record storage abstraction of the libp2p Kademlia DHT.

Modules

store

Structs

Key

The (opaque) key of a record.

ProviderRecord

A record stored in the DHT whose value is the ID of a peer who can provide the value on-demand.

Record

A record stored in the DHT.