]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: quic: Possible wrong PTO computing
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 4 Apr 2023 13:47:16 +0000 (15:47 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 4 Apr 2023 16:24:28 +0000 (18:24 +0200)
commit0222cc636670c7d2fe8f02f41d2bd7e68f5e756c
treecc4896971cc3d60dc452a062bb04c7f6d061eac2
parentfdb14949856f9b72152d949d74980beeaaa3469f
BUG/MINOR: quic: Possible wrong PTO computing

As timestamps based on now_ms values are used to compute the probing timeout,
they may wrap. So, use ticks API to compared them.

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