You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
If the number of connections exceeds the maximum allowed number of connections, some of those connections need to be closed. To manage such connections a Connection manager from libp2p may be used.
If the number of connections drops below the minimum number of connections, try to connect to some of the known peers manually without libp2p or gossipsub assistance.
To prevent an indefinite amount of time to be connected with any of non-fixed peers, randomly close connection at predefined time intervals.
Acceptance Criteria
Number of open connections doesn't exceed the maximum allowed number of connections.
Connections are randomly closed at predefined time intervals.
Description
If the number of connections exceeds the maximum allowed number of connections, some of those connections need to be closed. To manage such connections a
Connection manager
fromlibp2p
may be used.If the number of connections drops below the minimum number of connections, try to connect to some of the known peers manually without
libp2p
orgossipsub
assistance.To prevent an indefinite amount of time to be connected with any of non-fixed peers, randomly close connection at predefined time intervals.
Acceptance Criteria
Additional Information
The text was updated successfully, but these errors were encountered: