]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: quic: Wrong RTT adjusments
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 5 Sep 2023 11:59:09 +0000 (13:59 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 5 Sep 2023 15:14:51 +0000 (17:14 +0200)
commitcf768f74567175566a9524a461f93fadd9748eee
tree54100d58b59a581921fad1eeefbda60d049b2ed0
parent6bc00a97da93ff41ae47289b2d6c41f849cb2a20
BUG/MINOR: quic: Wrong RTT adjusments

There was a typo in the test statement to check if the rtt must be adjusted
(>= incorectly replaced by >).

Must be backported as far as 2.6.
src/quic_loss.c