mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-04 22:51:26 +01:00
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.