]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic-be: qc_send_mux() adaptation for 0-RTT
authorFrederic Lecaille <flecaille@haproxy.com>
Sat, 2 Aug 2025 08:33:05 +0000 (10:33 +0200)
committerFrederic Lecaille <flecaille@haproxy.com>
Thu, 11 Sep 2025 16:23:33 +0000 (18:23 +0200)
commit2d3f6427a5ce8372bf47d38b6a011523745f496b
treeba4a5ab3735bbe4b1ad7b45823194c67fc4f5ee3
parentaf777211f6a0406826dd47ddb6e8907717524f32
MINOR: quic-be: qc_send_mux() adaptation for 0-RTT

When entering this function, a selection is done about the encryption level
to be used to send data. For a client, the early data encryption level
is used to send 0-RTT if this encryption level is initialized.

The Initial encryption is also registered to the send list for clients if there
is Initial crypto data to send. This allow Initial and 0-RTT packets to
be coalesced by datagrams.
src/quic_tx.c