]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: quic: Wrong syntax for "quic-cc-algo" keyword.
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 13 Nov 2023 17:11:11 +0000 (18:11 +0100)
committerFrédéric Lécaille <flecaille@haproxy.com>
Mon, 13 Nov 2023 17:14:16 +0000 (18:14 +0100)
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.

doc/configuration.txt

index 07ace7707fd9e54a71236bc8dc264749c582daf1..12606df384a58daac03d4632c3dd9d22bbc93ba8 100644 (file)
@@ -15586,7 +15586,7 @@ proto <name>
   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.