Module connection_maintainer

Source
Expand description

Outbound Connection Maintainer.

This module handles maintaining the number of outbound connections defined in the P2PConfig. It also handles making extra connections when the peer set is under load or when we need data that no connected peer has.

Structsยง

MakeConnectionRequest
A request from the peer set to make an outbound connection.
OutboundConnectionKeeper
The outbound connection count keeper.