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.
We randomly remove an ongoing incoming connection when another peer attempts to connect to us and we currently hold the maximum allowed incoming connections.
Steps to reproduce
Which version(s) does this affect? (Environment, OS, etc...)
2.0.0+
The text was updated successfully, but these errors were encountered:
diego-G
changed the title
Introduce specific eviction method to refuse incoming connections above limit
Introduce specific eviction method for incoming connections
May 23, 2019
Expected behavior
The Bitcoin eviction method was proposed in the LIP.
https://github.com/bitcoin/bitcoin/blob/17d644901bbd770578619545bbd8bc930fe6f2d9/src/net.cpp#L1000
Actual behavior
We randomly remove an ongoing incoming connection when another peer attempts to connect to us and we currently hold the maximum allowed incoming connections.
Steps to reproduce
Which version(s) does this affect? (Environment, OS, etc...)
2.0.0+
The text was updated successfully, but these errors were encountered: