projects
/
haproxy-3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9021e89
)
DOC: quic: Wrong syntax for "quic-cc-algo" keyword.
author
Frédéric Lécaille
<flecaille@haproxy.com>
Mon, 13 Nov 2023 17:11:11 +0000
(18:11 +0100)
committer
Fré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
patch
|
blob
|
history
diff --git
a/doc/configuration.txt
b/doc/configuration.txt
index
07ace77
..
12606df
100644
(file)
--- a/
doc/configuration.txt
+++ b/
doc/configuration.txt
@@
-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.