Skip to main content

Module network

Module network 

Source
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.
NetworkHealth
Live network-participation snapshot.
ReadProgress
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§

PeerAddresses
Peer identities and the addresses that can reach them.