mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 23:27:04 +02:00
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:
parent
9021e8935e
commit
d9bf1b6c41
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user