commit | 1c5968b2753c0a983fc5f393cd898217b95be4c8 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Fri Feb 25 17:15:21 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Mar 04 17:00:12 2022 +0100 |
tree | eba6a18bc254b422710020922364b71ad3e273d9 | |
parent | 1455113e93463146a79332de8c74edba1c368dcf [diff] |
MINOR: quic: qc_prep_app_pkts() implementation We want to get rid of the code used during the handshake step. qc_prep_app_pkts() aim is to build short packets which are also datagrams. Make quic_conn_app_io_cb() call this new function to prepare short packets.