MINOR: quic: make bbr consider the max window size setting
authorFrederic Lecaille <flecaille@haproxy.com>
Tue, 26 Nov 2024 06:37:58 +0000 (07:37 +0100)
committerFrederic Lecaille <flecaille@haproxy.com>
Tue, 26 Nov 2024 07:00:58 +0000 (08:00 +0100)
commita3248a39eb2f09ca9a540b3b92bf375238efdde8
tree0d9ae1edf9a8239b5269a6ce6460a2d56fcb04cc
parentdc15581c02171eeb49ef3ffbab0f583f38482b4c
MINOR: quic: make bbr consider the max window size setting

Limit the BBR congestion control window size as this is done for all the others
congestion control algorithms with tune.quic.frontend.default-max-window-size
or as first argument passed to "bbr" option for "quic-cc-algo".
src/quic_cc_bbr.c