Re-exports§
pub use crate::connection::ConnectionLimits;
pub use crate::connection::ConnectionCounters;
pub use peer::Peer;
Modules§
Structs§
- Incoming
Connection - A pending incoming connection produced by a listener.
- Network
- Implementation of
Stream
that handles the nodes. - Network
Config - The (optional) configuration for a
Network
. - Network
Info - Information about the network obtained by
Network::info()
.
Enums§
- Network
Event - Event that can happen on the
Network
.