commit | 1d96d6e0246abd7d00c17590f85261a2fcd33a9b | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Mon May 23 16:38:14 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon May 30 09:59:26 2022 +0200 |
tree | 92615969c42e0500b64182792e765b18fb91c990 | |
parent | aa8daed33570b6b9b647121b28b41180c5c4d3e0 [diff] |
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.