Skip to main content

Crate librqbit_dht

Crate librqbit_dht 

Source

Structs§

DhtBuilder
DhtConfig
DhtPersistenceConfig
Configuration for DHT persistence (periodic dump of routing table and peer store). When provided, the DHT state will be serialized to disk periodically.
DhtState
DhtStats
PersistentDht
RequestPeersStream

Enums§

Error

Statics§

DHT_BOOTSTRAP

Functions§

dht_listen_addr
Compute the DHT listen address from the explicit/stored port preferences and the session-level ipv4_only flag.

Type Aliases§

Dht
Id20
A 20-byte hash used throughout librqbit, for torrent info hashes, peer ids etc.
Result