commit | 141982a4e1a746ce3a24fbf1530763df653e96fb | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Tue Mar 15 18:44:20 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Mar 21 11:29:40 2022 +0100 |
tree | 405f707de401110e72b1929daccbf18e19e44ca5 | |
parent | 8f3ae0272faf3a7874272ad8be65ecceaddbd550 [diff] |
MEDIUM: quic: Limit the number of ACK ranges When building a packet with an ACK frame, we store the largest acknowledged packet number sent in this frame in the packet (quic_tx_packet struc). When receiving an ack for such a packet we can purge the tree of acknowledged packet number ranges from the range sent before this largest acknowledged packet number.