]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: qc_prep_app_pkts() implementation
authorFrédéric Lécaille <flecaille@haproxy.com>
Fri, 25 Feb 2022 16:15:21 +0000 (17:15 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 4 Mar 2022 16:00:12 +0000 (17:00 +0100)
commit1c5968b2753c0a983fc5f393cd898217b95be4c8
treeeba6a18bc254b422710020922364b71ad3e273d9
parent1455113e93463146a79332de8c74edba1c368dcf
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.
src/xprt_quic.c