MINOR: quic: Tunable "max_idle_timeout" transport parameter
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 23 May 2022 14:38:14 +0000 (16:38 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 30 May 2022 07:59:26 +0000 (09:59 +0200)
commit1d96d6e0246abd7d00c17590f85261a2fcd33a9b
tree92615969c42e0500b64182792e765b18fb91c990
parentaa8daed33570b6b9b647121b28b41180c5c4d3e0
MINOR: quic: Tunable "max_idle_timeout" transport parameter

Add two tunable settings both for backends and frontends "max_idle_timeout"
QUIC transport parameter, "tune.quic.frontend.max-idle-timeout" and
"tune.quic.backend.max-idle-timeout" respectively.
cfg_parse_quic_time() has been implemented to parse a time value thanks
to parse_time_err(). It should be reused for any tunable time value to be
parsed.
Add the documentation for this tunable setting only for frontend.
doc/configuration.txt
include/haproxy/global-t.h
include/haproxy/quic_tp-t.h
src/cfgparse-quic.c
src/haproxy.c
src/quic_tp.c