Module network

Module network 

Source

Re-exports§

pub use crate::connection::ConnectionLimits;
pub use crate::connection::ConnectionCounters;
pub use peer::Peer;

Modules§

peer

Structs§

IncomingConnection
A pending incoming connection produced by a listener.
Network
Implementation of Stream that handles the nodes.
NetworkConfig
The (optional) configuration for a Network.
NetworkInfo
Information about the network obtained by Network::info().

Enums§

NetworkEvent
Event that can happen on the Network.