From: Frédéric Lécaille Date: Mon, 13 Nov 2023 17:11:11 +0000 (+0100) Subject: DOC: quic: Wrong syntax for "quic-cc-algo" keyword. X-Git-Tag: v2.9-dev10~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9bf1b6c413d18cd7ab462842b3b32fff7fc8a39;p=thirdparty%2Fhaproxy.git DOC: quic: Wrong syntax for "quic-cc-algo" keyword. As the argument to "quic-cc-algo" is mandatory, brackets must be used here in the documentation. Must be backported as far as 2.6. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 07ace7707f..12606df384 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -15586,7 +15586,7 @@ proto instance, it is possible to force the http/2 on clear TCP by specifying "proto h2" on the bind line. -quic-cc-algo [ cubic | newreno ] +quic-cc-algo { cubic | newreno } This is a QUIC specific setting to select the congestion control algorithm for any connection attempts to the configured QUIC listeners. They are similar to those used by TCP.