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 Sizing #9

Closed
Stebalien opened this issue Oct 22, 2019 · 0 comments · Fixed by #54
Closed

Dynamic Window Sizing #9

Stebalien opened this issue Oct 22, 2019 · 0 comments · Fixed by #54
Assignees

Comments

@Stebalien
Copy link
Member

Currently, yamux uses a fixed-size window. Unfortunately, this means we can't account for variable latencies. For low-latency connections, the window is too large and we'll have to hold large buffers. For high-latency connections, the window is too small and we'll bottleneck on filling up the window.

Ideally, we'd extract the QUIC dynamic window sizing logic from https://github.com/lucas-clemente/quic-go and use it to figure out our window sizing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants