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.
- Read
Progress - Bounded, latest-value hints for an immutable read in progress. Hints only start authenticated GETs; they never establish closeness, absence or payment authority. The receiver may cancel discovery after verifying content.
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.
Type Aliases§
- Peer
Addresses - Peer identities and the addresses that can reach them.