]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: quic: rename max-window-size as with default prefix
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 19 Nov 2024 14:11:20 +0000 (15:11 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 19 Nov 2024 15:16:48 +0000 (16:16 +0100)
Rename 'tune.quic.frontend.max-window-size' with the prefix 'default-'.
This highlights the fact that it is not a hard limit, as it can be
overriden if specifying an optional window size via quic-cc-algo on a
bind line.

No need to backport as this keyword was added on the current dev
version.

doc/configuration.txt

index 1b33be7f232db0abc8b8524b86fcabc95407e35f..9dd465a66a30e9d78743cb1f036e596f3ff35834 100644 (file)
@@ -1520,7 +1520,7 @@ The following keywords are supported in the "global" section :
    - tune.quic.frontend.glitches-threshold
    - tune.quic.frontend.max-idle-timeout
    - tune.quic.frontend.max-streams-bidi
-   - tune.quic.frontend.max-window-size
+   - tune.quic.frontend.default-max-window-size
    - tune.quic.max-frame-loss
    - tune.quic.reorder-ratio
    - tune.quic.retry-threshold
@@ -3991,7 +3991,7 @@ tune.quic.frontend.max-streams-bidi <number>
 
   The default value is 100.
 
-tune.quic.frontend.max-window-size <size>
+tune.quic.frontend.default-max-window-size <size>
   Sets the default maximum window size for the congestion controller of a
   single QUIC connection. The value must be written as an integer with an
   optional suffix 'k', 'm' or 'g'. It must be between 10k and 4g.
@@ -17043,7 +17043,7 @@ quic-cc-algo { cubic | newreno | nocc }(<max_window>)
   maximum window size. It must be greater than 10k and smaller than 4g.
 
   Default value: cubic
-  Default window value: "tune.quic.frontend.max-window-size"
+  Default window value: "tune.quic.frontend.default-max-window-size"
 
   Example:
       # newreno congestion control algorithm