]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: rename retry-threshold setting
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 5 Aug 2025 11:35:33 +0000 (13:35 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Oct 2025 14:49:20 +0000 (16:49 +0200)
commita14c6cee1724e8e6273c4b98ca3daf4dde6034f2
tree5ea7fe2b429a822f01876f03d71e5f1c54030759
parentd248c5bd216327282a79f1d3046f04ba3e35ea63
MINOR: quic: rename retry-threshold setting

A QUIC global tune setting is defined to be able to force Retry emission
prior to handshake. By definition, this ability is only supported by
QUIC servers, hence it is a frontend option only.

Rename the option to use "fe" prefix. The old option name is deprecated
and will be removed in 3.5
doc/configuration.txt
include/haproxy/global-t.h
include/haproxy/quic_conn-t.h
include/haproxy/quic_tune-t.h
src/cfgparse-quic.c
src/haproxy.c
src/quic_rx.c