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 Oct 25, 2022. It is now read-only.
we want to keep our peer count between a certain range at all times, this is specified by a minimum and maximum peer count. the ConnectionManager should handle this:
when a peer connects, if we are over the max peer count, disconnect from some other peer
when a peer disconnects, if we are under the min peer count, connect to some new peer (optionally, discover new peers if needed)
Task summary
we want to keep our peer count between a certain range at all times, this is specified by a minimum and maximum peer count. the ConnectionManager should handle this:
Other information and links
see https://github.com/MinaProtocol/mina/blob/9b763f675be3eaddc96dc53c86317065ee481a10/src/app/libp2p_helper/src/codanet.go#L197
The text was updated successfully, but these errors were encountered: