Module dht

Module dht 

Source
Expand description

§DHT - Kademlia-like Distributed Hash Table

TODO

Modules§

futures
DHT helper futures
streams
DHT helper streams

Structs§

Entry
DHT entry builder
Node
Kademlia-like DHT node
NodeMetrics
Instant DHT node metrics
NodeOptions
DHT node configuration

Constants§

KEY_ADDRESS
DHT key name used for storing nodes socket address
KEY_NODES
DHT key name used for storing overlay nodes
MAX_DHT_PEERS
Max allowed DHT peers in the network