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 ReconnectPeerConnectionsReliable
, see these
for details.
Structs§
- Peer
Message - Internal message type for
ReconnectPeerConnectionsReliable
, just public because it appears in the public interface. - Peer
Status Channels - Keeps the references to a
PeerStatusChannelSender
for eachPeerId
, which can be used to ask the correspondingPeerConnectionStateMachine
for the currentPeerConnectionStatus
- Reconnect
Peer Connections Reliable - Connection manager that automatically reconnects to peers
Type Aliases§
- Peer
Connector - Owned
Connector
trait object used byReconnectPeerConnectionsReliable