MINOR: quic: Rename "handshake" timeout to "client-hs"
authorFrédéric Lécaille <flecaille@haproxy.com>
Fri, 17 Nov 2023 17:03:20 +0000 (18:03 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 17 Nov 2023 17:09:41 +0000 (18:09 +0100)
commit888d1dc3dcfc9e434195f055c1be5d2abe36c443
tree8f60b8edfedecc392386569cc8d46209b796f8e7
parent957085e85deee6998abf86baa54d6ff19e101f09
MINOR: quic: Rename "handshake" timeout to "client-hs"

Use a more specific name for this timeout to distinguish it from a possible
future one on the server side.
Also update the documentation.
doc/configuration.txt
include/haproxy/proxy-t.h
src/proxy.c
src/quic_conn.c
src/session.c