Module libp2p_networking::network::behaviours::dht::store
source · Expand description
Additional DHT store functionality
Modules§
- This file contains the
FileBackedStore
struct, which is a wrapper around aRecordStore
that occasionally saves the DHT to a file on disk. - This file contains the
ValidatedStore
struct, which is a wrapper around aRecordStore
that validates records before storing them.