]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: quic: Cubic congestion control window may wrap
authorFrédéric Lécaille <flecaille@haproxy.com>
Sun, 2 Apr 2023 08:07:48 +0000 (10:07 +0200)
committerFrédéric Lécaille <flecaille@haproxy.com>
Sun, 2 Apr 2023 11:10:07 +0000 (13:10 +0200)
commitdb54847212a7190aba1fdd5d126848655079a4cd
tree286b968a55fdb9897ae758b733adee7b4962f859
parent23b8eef05b2c2ab692f0636fc30773296f951385
BUG/MINOR: quic: Cubic congestion control window may wrap

Add a check to prevent the cubic congestion control from wrapping (very low risk)
in slow start callback.

Must be backported to 2.6 and 2.7.
src/quic_cc_cubic.c