]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: quic: fix the wrong tracked recovery start time value
authorFrederic Lecaille <flecaille@haproxy.com>
Fri, 13 Dec 2024 07:28:56 +0000 (08:28 +0100)
committerFrederic Lecaille <flecaille@haproxy.com>
Fri, 13 Dec 2024 13:42:43 +0000 (14:42 +0100)
commite61b4189078f97d036952371c7fc9e5ceefdfff0
tree92f5ab2808382a604ec03d2972dbb0f6d3c1693b
parente1d25cdbddfa344ceee7dcecd6a84eff4a209122
BUG/MINOR: quic: fix the wrong tracked recovery start time value

bbr_congestion_event() role is to track the start time of recovery periods.
This was done using <ts> passed as parameter. But this parameter is the
time the newest lost packet has been sent.
The timestamp value to store in ->recovery_start_ts is <now_ms>.

Must be backported to 3.1.
src/quic_cc_bbr.c