# Functions
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
ConnStatusConnected means that there is a real connection established in the gossip layer for that peer.
ConnStatusDisconnected means that there is no real connection established in the gossip layer for that peer.
No description provided by the author
No description provided by the author
# Variables
ErrDuplicatePeer is returned when the same peer is added more than once.
ErrLoopbackPeer is returned when the own peer is added.
ErrMaxAutopeeringPeersReached is returned when the maximum number of autopeering peers is reached.
ErrNotRunning is returned when a peer is added to a stopped or not yet started network manager.
ErrUnknownPeer is returned when the specified peer is not known to the network manager.
# Type aliases
No description provided by the author
ConnectionStatus is an enum for the peer connection status in the gossip layer.