Module xstack_kad::syscall

source ·
Expand description

A record store must implement the Driver-* traits in this module.

A KadStore is the kademlia’s key/value pair storage service, developers can call set_store to set the customise implementation, the default implementation used by KademliaRouter is the KadMemoryStore.

Traits§

  • A trait that provides functions to access peer informations.