commit | e6359b649b7a172a4271ddef4daee2dfae7cbae1 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Thu Mar 02 14:49:22 2023 +0100 |
committer | Frédéric Lécaille <flecaille@haproxy.com> | Fri Mar 03 19:12:26 2023 +0100 |
tree | 76f1862fe8624c44605f8413b24b42a8b064aa78 | |
parent | 21564be4a2ca209580bbe644b43e758f2536a0da [diff] |
BUG/MINOR: quic: Do not resend already acked frames Some frames are marked as already acknowledged from duplicated packets whose the original packet has been acknowledged. There is no need to resend such packets or frames. Implement qc_pkt_with_only_acked_frms() to detect packet with only already acknowledged frames inside and use it from qc_prep_fast_retrans() which selects the packet to be retransmitted. Must be backported to 2.6 and 2.7.