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

quic: add a config knob for congestion control algorithm #20109

Open
danzh2010 opened this issue Feb 24, 2022 · 3 comments
Open

quic: add a config knob for congestion control algorithm #20109

danzh2010 opened this issue Feb 24, 2022 · 3 comments
Labels
area/quic enhancement Feature requests. Not bugs or questions. help wanted Needs help!

Comments

@danzh2010
Copy link
Contributor

Right now the default is BBR and enabled by hard coding a QUICHE reloadable flag in
#19349 quic: enable BBR congestion control. But we want it to be configurable, especially distinguishable between upstream and downstream.
As discussed with @ggreenway, the preferred default value should be CUBIC, in consideration of https://en.m.wikipedia.org/wiki/TCP_congestion_control#TCP_BBR.

@danzh2010 danzh2010 added enhancement Feature requests. Not bugs or questions. triage Issue requires triage labels Feb 24, 2022
@yanavlasov yanavlasov added area/quic and removed triage Issue requires triage labels Feb 25, 2022
@github-actions
Copy link

This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or "no stalebot" or other activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale stalebot believes this issue/PR has not been touched recently label Mar 27, 2022
@github-actions
Copy link

github-actions bot commented Apr 3, 2022

This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as "help wanted" or "no stalebot". Thank you for your contributions.

@github-actions github-actions bot closed this as completed Apr 3, 2022
@danzh2010
Copy link
Contributor Author

need a non-stable tag and reopen

@ggreenway ggreenway reopened this Apr 5, 2022
@ggreenway ggreenway added help wanted Needs help! and removed stale stalebot believes this issue/PR has not been touched recently labels Apr 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/quic enhancement Feature requests. Not bugs or questions. help wanted Needs help!
Projects
None yet
Development

No branches or pull requests

3 participants