Modules§
Structs§
- Closest
Peers - P2pNetwork
KadBucket - P2pNetwork
KadDist - Kademlia distance between two nodes, calculated as
XOR
of their keys. - P2pNetwork
KadEntry - P2pNetwork
KadKey - Kademlia key, sha256 of the node’s peer id.
- P2pNetwork
KadRouting Table - Kademlia routing table, with
K
parameter, the maximum number of records for each bucket. Usually it is set to20
. - P2pNetwork
KadRouting Table Insert Error