commit | 21564be4a2ca209580bbe644b43e758f2536a0da | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Thu Mar 02 11:53:43 2023 +0100 |
committer | Frédéric Lécaille <flecaille@haproxy.com> | Fri Mar 03 19:12:26 2023 +0100 |
tree | adbdf8c9d30f3e7e26cac9107b7a3b18f378c23d | |
parent | b3562a38154f12da5d0015166bf965155c619bf7 [diff] |
BUG/MINOR: quic: Ensure not to retransmit packets with no ack-eliciting frames Even if there is a check in callers of qc_prep_hdshk_fast_retrans() and qc_prep_fast_retrans() to prevent retransmissions of packets with no ack-eliciting frames, these two functions should pay attention not do to that especially if someone decides to modify their implementations in the future. Must be backported to 2.6 and 2.7.