-
Notifications
You must be signed in to change notification settings - Fork 990
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
One peer occupy multiple TCP connections #2258
Labels
Comments
Also saw some bad situation, one peer occupy too many TCP connections which has blocked all new connection requesting to this node:
|
After the fix of #2253, this issue is the main cause which make the seed nodes un-connectable (without a grin restart). I did some check on some nodes:
will debug it and try to find the root cause. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Two problems here:
For example:
I think if we can kill case 1, then this case 2 will not happen.
So, we need an improvement that close the existing TCP connections if receiving multiple TCP connect from same IP address.
For example, the following 2 connection request is quite near, just 7ms gap:
The text was updated successfully, but these errors were encountered: