]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic-be: allow the preparation of 0-RTT packets
authorFrederic Lecaille <flecaille@haproxy.com>
Sat, 2 Aug 2025 08:28:38 +0000 (10:28 +0200)
committerFrederic Lecaille <flecaille@haproxy.com>
Tue, 4 Nov 2025 10:09:36 +0000 (11:09 +0100)
commita07f1835df0584ffe51f864a6b00b04ce1fe862b
tree6d5ea8a8d57b870ad70c39c269b042baaf74c70a
parent1d864f107f0f1de23287b506411111a6e887e7af
MINOR: quic-be: allow the preparation of 0-RTT packets

A QUIC server never sends 0-RTT packets contrary to the client.

This very simple modification allow the the preparation of 0-RTT packets
with early data as encryption level (->eel).
src/quic_tx.c