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
Ability to grant a peer to bypass connection limit, either by their peerid or multiaddr, allowing the connection to be established to the node when the connection limits are at its max.
Motivation
A node, which is already at its max in terms of connections, may wish to allow specific peers to connect without wanting to drop existing connections to allow the peer through.
Are you planning to do it yourself in a pull request ?
Maybe
The text was updated successfully, but these errors were encountered:
Does that mean without connection-limit behaviour the swarm will keep accepting connections until crashing?
Possible, but unless the connection is rejected due to the host running out of resources (eg it reaching a limit on file descriptors, host is busy or does not respond in time, etc).
Description
Ability to grant a peer to bypass connection limit, either by their peerid or multiaddr, allowing the connection to be established to the node when the connection limits are at its max.
Motivation
A node, which is already at its max in terms of connections, may wish to allow specific peers to connect without wanting to drop existing connections to allow the peer through.
Are you planning to do it yourself in a pull request ?
Maybe
The text was updated successfully, but these errors were encountered: