Expand description
Network layer wrapping ant-node’s P2P node.
Provides peer discovery, message sending, and DHT operations for the client library.
Structs§
- Network
- Network abstraction for the Autonomi client.
- Network
Health - Live network-participation snapshot.
Constants§
- REBOOTSTRAP_
THRESHOLD - Mirror of saorsa-core’s private
AUTO_REBOOTSTRAP_THRESHOLD(dht_network_manager.rs): the routing-table size below which the DHT auto-re-bootstraps. saorsa-core PR #153 makes the real const public; once a release carries it, consume that instead of this mirror.