]> 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>
Mon, 4 Aug 2025 17:30:46 +0000 (19:30 +0200)
commit78af867ebb3e1d9557c0ef9dac8de02c588bf0ff
treee3044b338e10d826cbc81126b8df7acc4230178d
parent69aa486aa635708382df901adcfcbaee599a3497
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