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

Dynamic Window Size #5

Merged
merged 11 commits into from
Jul 7, 2024
Merged

Dynamic Window Size #5

merged 11 commits into from
Jul 7, 2024

Conversation

Frooxius
Copy link
Member

This PR aims to add support for dynamically changing the window size for reliable channels in order to improve throughput, especially as the connection increases in latency.

This allows for more packets to be "in flight" and better saturate long connections, without overwhelming low latency ones.

@Frooxius Frooxius marked this pull request as ready for review July 7, 2024 21:52
@Frooxius
Copy link
Member Author

Frooxius commented Jul 7, 2024

I'm merging this in in the current state. This doesn't have the window size adjusting automatically - this will be handled through a subsequent PR.

We've tested these changes a fair bit and it seems to not break anything. The "packet stuffing" also helps queuing a fair bit as well.

@Frooxius Frooxius merged commit d1b6feb into master Jul 7, 2024
2 checks passed
@Frooxius Frooxius deleted the froox/feat/dynamic-window-size branch July 7, 2024 21:54
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.

1 participant