]> 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>
Thu, 11 Sep 2025 16:23:33 +0000 (18:23 +0200)
commitaf777211f6a0406826dd47ddb6e8907717524f32
tree55e61536cc2beacdff55fd3281ff01fe6a9fb463
parente38dd875aba1613ce98026faf36b4eb16d5a5c59
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