Module fedimint_server::net::peers

source ·
Expand description

Implements a connection manager for communication with other federation members

The main interface is fedimint_core::net::peers::IPeerConnections and its main implementation is ReconnectPeerConnections, see these for details.

Structs§

  • Calculates delays for reconnecting to peers
  • Specifies the network configuration for federation-internal communication
  • Keeps the references to a PeerStatusChannelSender for each PeerId, which can be used to ask the corresponding PeerConnectionStateMachine for the current PeerConnectionStatus
  • Connection manager that automatically reconnects to peers

Enums§

Type Aliases§