Skip to content
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

Connections cut under heavy load #15

Closed
Stebalien opened this issue Mar 13, 2020 · 0 comments · Fixed by #16
Closed

Connections cut under heavy load #15

Stebalien opened this issue Mar 13, 2020 · 0 comments · Fixed by #16

Comments

@Stebalien
Copy link
Member

Under heavy load, yamux connections fail to ping fast enough and get cut. We should just stop pinging when we're under load (because we know the peer is alive).

Stebalien added a commit that referenced this issue Mar 13, 2020
* It's a waste of bandwidth.
* It causes us to think the connection is dead because the other side is too
busy sending us _other_ data to respond to the ping.

fixes #15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant