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

update yamux #4758

Merged
merged 1 commit into from
Nov 6, 2020
Merged

update yamux #4758

merged 1 commit into from
Nov 6, 2020

Conversation

Stebalien
Copy link
Member

This new release:

  • Ensures we send window updates on-time to avoid sawtooth bandwidth utilization.
  • Limits the number of outgoing pings to 1 (no need to send any more at a time).
  • Limits the number of buffered pongs to 32 (there should never be more than 1, maybe 2, at a time).
  • Fast-tracks outgoing pings so they don't get stuck behind large queued writes.

This new release:

* Ensures we send window updates on-time to avoid sawtooth bandwidth utilization.
* Limits the number of outgoing pings to 1 (no need to send any more at a time).
* Limits the number of buffered pongs to 32 (there should never be more than 1,
  maybe 2, at a time).
* Fast-tracks outgoing pings so they don't get stuck behind large queued writes.
@whyrusleeping whyrusleeping merged commit f225b7b into master Nov 6, 2020
@whyrusleeping whyrusleeping deleted the steb/update-yamux branch November 6, 2020 21:34
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 this pull request may close these issues.

2 participants