MINOR: quic: add "bbr" new "quic-cc-algo" option
authorFrederic Lecaille <flecaille@haproxy.com>
Tue, 29 Oct 2024 18:08:06 +0000 (19:08 +0100)
committerFrederic Lecaille <flecaille@haproxy.com>
Wed, 20 Nov 2024 16:34:22 +0000 (17:34 +0100)
commit349954601f5d13351f0ed4a6bfbdd90de01717ab
tree840c8f950406c22ad10d7ec54630e59b755668a0
parente778b9a2b6eff222bafe351dd4a44e86e3578d5c
MINOR: quic: add "bbr" new "quic-cc-algo" option

Add this new "bbr" option to the list of the congestion control algorithms which
may be set by "quic-cc-algo" setting.

This new algorithm is considered as experimental and may be enabled only if
"expose-experimental-directive" is set.

Also update the documentation for this new setting.
doc/configuration.txt
src/cfgparse-quic.c