Skip to content

Conversation

@dries-c
Copy link

@dries-c dries-c commented Jan 25, 2026

No description provided.

@dries-c dries-c requested a review from a team as a code owner January 25, 2026 22:41
QUICHE_CC_RENO = 0,
QUICHE_CC_CUBIC = 1,
QUICHE_CC_BBR = 2,
QUICHE_CC_BBR2 = 3,
Copy link
Contributor

@antoniovicente antoniovicente Jan 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be a good idea to prefer quiche_config_set_cc_algorithm_name over this enum.

Lucas: thoughts about removing this enum and quiche_config_set_cc_algorithm?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not a big fan of quiche_config_set_cc_algorithm_name because it changes its meaning. For example, "bbr" used to be "bbr v1" but is now "bbr2_gcongestion". bbr2, bbr & bbr2_gcongestion yield the same result, + it doesn't provide compile-time errors in FFI.

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.

3 participants