fedimint_server::net

Module 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ยง

Enumsยง

Constantsยง

  • PING_INTERVAL ๐Ÿ”’
    Every how many seconds to send an empty message to our peer if we sent no messages during that time. This helps with reducing the amount of messages that need to be re-sent in case of very one-sided communication.

Type Aliasesยง