Expand description
Additional DHT store functionality
Modulesยง
- persistent
- This file contains the
PersistentStore
struct, which is a wrapper around aRecordStore
that occasionally saves the DHT to a persistent storage. - validated
- This file contains the
ValidatedStore
struct, which is a wrapper around aRecordStore
that validates records before storing them.