package
1.0.0-beta.9
Repository: https://github.com/iotaledger/iota-core.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# 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.

# Structs

Peer is a known node in the network.

# Interfaces

No description provided by the author
Manager is the network manager interface.
Neighbor is a Peer with an established connection in the gossip layer.

# Type aliases

No description provided by the author
ConnectionStatus is an enum for the peer connection status in the gossip layer.