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

Improve QoS #17

Open
Stebalien opened this issue Mar 13, 2020 · 1 comment
Open

Improve QoS #17

Stebalien opened this issue Mar 13, 2020 · 1 comment

Comments

@Stebalien
Copy link
Member

Currently, when sending a lot of data, a single stream can fill the queue with 64*64*1024 = 4MiB of data to send. Ideally, we'd have per-stream QoS and a stream that just wants to send a few bytes would be able to jump this queue.

@Stebalien
Copy link
Member Author

Simple solution: Just add another window like the sendWindow but make it a much smaller "queue" window.

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

No branches or pull requests

1 participant