]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: quic: wrong logical statement in in_recovery_period() (BBR)
authorFrederic Lecaille <flecaille@haproxy.com>
Thu, 12 Dec 2024 09:45:26 +0000 (10:45 +0100)
committerFrederic Lecaille <flecaille@haproxy.com>
Fri, 13 Dec 2024 13:42:43 +0000 (14:42 +0100)
commit1dbf6b8bedadd5d287ab44e1a387a89e2fc6c70b
tree5f7fa79c43eed8e55047418d091e57b12ef4c970
parenta9a2f98f86a93dbefca636959234df161b572c21
BUG/MINOR: quic: wrong logical statement in in_recovery_period() (BBR)

A && logical operator was badly replaced by a || in this function which decides
if BBR is in a recovery period.

Must be backported to 3.1.
src/quic_cc_bbr.c