]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: quic: Ignored less than 1ms RTTs
authorFrédéric Lécaille <flecaille@haproxy.com>
Thu, 6 Apr 2023 11:13:08 +0000 (13:13 +0200)
committerFrédéric Lécaille <flecaille@haproxy.com>
Thu, 13 Apr 2023 17:20:08 +0000 (19:20 +0200)
commit809bd9fed134ec278e3839638a303fd8b0249adf
treefee882e6da140a9c0ffef06987944b1616faa0a0
parentfad0e6cf7376bfe9ad4e08228918d53285ab6052
BUG/MINOR: quic: Ignored less than 1ms RTTs

Do not ignore very short RTTs (less than 1ms) before computing the smoothed
RTT initializing it to an "infinite" value (UINT_MAX).

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