ip: document initcwnd
Mention initcwnd in ip(8). Text taken from doc/ip-cref.tex. Signed-off-by: Brian Bloniarz <bmb@athenacr.com>
This commit is contained in:
parent
3fd8663087
commit
6299857dd5
|
|
@ -237,7 +237,9 @@ replace " | " monitor " } "
|
||||||
.B realms
|
.B realms
|
||||||
.IR REALM " ] [ "
|
.IR REALM " ] [ "
|
||||||
.B rto_min
|
.B rto_min
|
||||||
.IR TIME " ]"
|
.IR TIME " ] [ "
|
||||||
|
.B initcwnd
|
||||||
|
.IR NUMBER " ]"
|
||||||
|
|
||||||
.ti -8
|
.ti -8
|
||||||
.IR TYPE " := [ "
|
.IR TYPE " := [ "
|
||||||
|
|
@ -1622,6 +1624,13 @@ the clamp for congestion window. It is ignored if the
|
||||||
.B lock
|
.B lock
|
||||||
flag is not used.
|
flag is not used.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.BI initcwnd " NUMBER " "(2.5.70+ only)"
|
||||||
|
Initial congestion window size for connections to this destination.
|
||||||
|
Actual window size is this value multiplied by the MSS
|
||||||
|
(``Maximal Segment Size'') for same connection. The default is
|
||||||
|
zero, meaning to use the values specified in RFC2414.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.BI advmss " NUMBER " "(2.3.15+ only)"
|
.BI advmss " NUMBER " "(2.3.15+ only)"
|
||||||
the MSS ('Maximal Segment Size') to advertise to these
|
the MSS ('Maximal Segment Size') to advertise to these
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue