BUG/MINOR: quic: Ensure to be able to build datagrams to be retransmitted
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 21 Feb 2023 15:44:05 +0000 (16:44 +0100)
committerFrédéric Lécaille <flecaille@haproxy.com>
Fri, 3 Mar 2023 18:12:26 +0000 (19:12 +0100)
commitd30a04a4bb4522d6ead55f2de788d9195d16df89
tree9b3633f41fd5c19f47ce8ed5bd191b185a8fe7c9
parentceb88b8f46650e6915a852828e5be7bd350fa702
BUG/MINOR: quic: Ensure to be able to build datagrams to be retransmitted

When retransmitting datagrams with two coalesced packets inside, the second
packet was not taken into consideration when checking there is enough space
into the network for the datagram, especially when limited by the anti-amplification.

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