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.
This commit is contained in:
Frédéric Lécaille 2023-11-13 18:11:11 +01:00
parent 9021e8935e
commit d9bf1b6c41

View File

@ -15586,7 +15586,7 @@ proto <name>
instance, it is possible to force the http/2 on clear TCP by specifying "proto instance, it is possible to force the http/2 on clear TCP by specifying "proto
h2" on the bind line. 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 This is a QUIC specific setting to select the congestion control algorithm
for any connection attempts to the configured QUIC listeners. They are similar for any connection attempts to the configured QUIC listeners. They are similar
to those used by TCP. to those used by TCP.