commit | d7d549c9b0c6463b92c495d9098a5fd4afc9b516 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Fri Sep 17 17:12:56 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Sep 23 15:27:25 2021 +0200 |
tree | 0432db39626b0aec367ffa068dbd130b6c8b5ee4 | |
parent | 682bb38c34d933f8ab389cc46db1273b036dcba0 [diff] |
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.