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§
- Delay
Calculator - Calculates delays for reconnecting to peers
- Network
Config - Specifies the network configuration for federation-internal communication
- Reconnect
Peer Connections - Connection manager that automatically reconnects to peers
Enums§
- Peer
Message - Internal message type for
ReconnectPeerConnections
, just public because it appears in the public interface.
Type Aliases§
- Peer
Connector - Owned
Connector
trait object used byReconnectPeerConnections