From d9bf1b6c413d18cd7ab462842b3b32fff7fc8a39 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20L=C3=A9caille?= Date: Mon, 13 Nov 2023 18:11:11 +0100 Subject: [PATCH] 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. --- doc/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3