]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: quic: Speed up the handshake completion only one time
authorFrédéric Lécaille <flecaille@haproxy.com>
Wed, 7 Sep 2022 15:34:18 +0000 (17:34 +0200)
committerFrédéric Lécaille <flecaille@haproxy.com>
Thu, 8 Sep 2022 16:04:58 +0000 (18:04 +0200)
commitbb995eafc7e8e7d0457e1c3af17a98ef94d8b40b
treed90a2b25a1d463b275fa3776a6ecf45b494d6eb0
parent43c891dda0c7c1c9f12dab5b77ac20b158a68adc
BUG/MINOR: quic: Speed up the handshake completion only one time

It is possible to speed up the handshake completion but only one time
by connection as mentionned in RFC 9002 "6.2.3. Speeding up Handshake Completion".
Add a flag to prevent this process to be run several times
(see https://www.rfc-editor.org/rfc/rfc9002#name-speeding-up-handshake-compl).

Must be backported to 2.6.
include/haproxy/xprt_quic-t.h
src/xprt_quic.c