commit | 28c7ea37258ded77605f38e83908652e8d507795 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Fri Feb 25 17:41:39 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Mar 04 17:00:12 2022 +0100 |
tree | 8baa194000f8e64ea681e3af4039daa10c1699ad | |
parent | 1c5968b2753c0a983fc5f393cd898217b95be4c8 [diff] |
MINOR: quic: Send short packet from a frame list We want to be able to send ack-elicting packets from a list of ack-eliciting frames. So, this patch adds such a paramaters to the function responsible of building 1RTT packets. The entry point function is qc_send_app_pkts() which is used with the underlying packet number space TX frame list as parameter.