commit | b44cbc68a67f401f0b4cbf2683ea9ca49b3453a5 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Thu Apr 21 17:58:46 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Apr 28 16:22:40 2022 +0200 |
tree | 01c315ffc9d7a4b2b0098bc633f23c69e70b0139 | |
parent | b917191817616f56509a1dde65cc9df0812698bc [diff] |
MINOR: quic: Do not retransmit frames from coalesced packets Add QUIC_FL_TX_PACKET_COALESCED flag to mark a TX packet as coalesced with others to build a datagram. Ensure we do not directly retransmit frames from such coalesced packets. They must be retransmitted from their packet number spaces to avoid duplications.