Skip to content

Commit 8540886

Browse files
committed
DOC: quic: rename max-window-size as with default prefix
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.
1 parent f36caf7 commit 8540886

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/configuration.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1520,7 +1520,7 @@ The following keywords are supported in the "global" section :
15201520
- tune.quic.frontend.glitches-threshold
15211521
- tune.quic.frontend.max-idle-timeout
15221522
- tune.quic.frontend.max-streams-bidi
1523-
- tune.quic.frontend.max-window-size
1523+
- tune.quic.frontend.default-max-window-size
15241524
- tune.quic.max-frame-loss
15251525
- tune.quic.reorder-ratio
15261526
- tune.quic.retry-threshold
@@ -3991,7 +3991,7 @@ tune.quic.frontend.max-streams-bidi <number>
39913991

39923992
The default value is 100.
39933993

3994-
tune.quic.frontend.max-window-size <size>
3994+
tune.quic.frontend.default-max-window-size <size>
39953995
Sets the default maximum window size for the congestion controller of a
39963996
single QUIC connection. The value must be written as an integer with an
39973997
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>)
1704317043
maximum window size. It must be greater than 10k and smaller than 4g.
1704417044

1704517045
Default value: cubic
17046-
Default window value: "tune.quic.frontend.max-window-size"
17046+
Default window value: "tune.quic.frontend.default-max-window-size"
1704717047

1704817048
Example:
1704917049
# newreno congestion control algorithm

0 commit comments

Comments
 (0)