hopr_transport_network

Module network

Source
Expand description

Implementation of the peer network logic

Structs§

Network
The network object storing information about the running observed state of the network, including peers, connection qualities and updates for other parts of the system.
PeerSelector
PeerStatus
Status of the peer as recorded by a network component.
Stats
Statistical observation related to peers in the network. Statistics on all peer entries stored by the network component.

Enums§

Health
Network health represented with colors, where green is the best and red is the worst possible observed nework quality.
NetworkTriggeredEvent
Events generated by the Network object allowing it to physically interact with external systems, including the transport mechanism.
PeerOrigin
Actual origin.

Traits§

HoprDbPeersOperations