]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Wrong packet loss detection due to wrong pktns order
authorFrédéric Lécaille <flecaille@haproxy.com>
Fri, 17 Sep 2021 15:12:56 +0000 (17:12 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000 (15:27 +0200)
commitd7d549c9b0c6463b92c495d9098a5fd4afc9b516
tree0432db39626b0aec367ffa068dbd130b6c8b5ee4
parent682bb38c34d933f8ab389cc46db1273b036dcba0
MINOR: quic: Wrong packet loss detection due to wrong pktns order

During the packet loss detection we must treat the paquet number
in this order Initial -> Handshake -> O1RTT. This was not the case
due to the chosen order to implement the array of packet number space
which was there before the packet loss detection implementation.
include/haproxy/quic_tls-t.h