Skip to content

why default CONGESTION_CONTROL is cubic not bbr #4005

Answered by nibanks
ycchildcoder asked this question in Q&A
Discussion options

You must be logged in to vote

Cubic is our default congestion control because the BBR implementation is v1 of the spec (the latest draft version is v3), which has known issues in widespread deployments, and the code isn't as well tested/verified as Cubic. Use BBR at your own risk.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ycchildcoder
Comment options

Answer selected by nibanks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
external Proposed by non-MSFT Area: Performance Area: Core Related to the shared, core protocol logic
2 participants