commit | 3e3a6214474b99bed784f9019360441afb3ca1e9 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Mon Apr 25 10:17:00 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Apr 28 16:22:40 2022 +0200 |
tree | b443700c3b0021954328d398f1697e6b4e92fe50 | |
parent | 96367158ab61898592bbd0de36b59daab0d32cd3 [diff] |
MINOR: quic: old data distinction for qc_send_app_pkt() Modify qc_send_app_pkt() to distinguish the case where it sends new data against the case where it sends old data during probing retransmissions. We add <old_data> boolean parameter to this function to do so. The mux never directly send old data when probing retransmissions are needed by the connection.