Crate xstack_kad
source ·Modules§
- A generic k-bucket table implementation.
- This module provides route table abstraction for
Kad.
Structs§
- The distance between two kad Keys.
- FIND_NODE algorithm implementation.
- A kad key with 256 bits length.
- The context data of recursive routing algorithms.
- A peer and content provider router base on
Kad-DHTnetwork. - The configuration for creating
Routerinstance.
Enums§
- The varaint returns by call
routingfn rpc onpeers
Constants§
- protocol name of libp2p kad.
Traits§
- A recursive routing algorithm must implement this trait.