ip: add documentation for initrwnd
Cloned from ip-cref.tex
This commit is contained in:
parent
6299857dd5
commit
704f4df477
|
|
@ -239,6 +239,8 @@ replace " | " monitor " } "
|
||||||
.B rto_min
|
.B rto_min
|
||||||
.IR TIME " ] [ "
|
.IR TIME " ] [ "
|
||||||
.B initcwnd
|
.B initcwnd
|
||||||
|
.IR NUMBER " ] [ "
|
||||||
|
.B initrwnd
|
||||||
.IR NUMBER " ]"
|
.IR NUMBER " ]"
|
||||||
|
|
||||||
.ti -8
|
.ti -8
|
||||||
|
|
@ -1626,11 +1628,17 @@ flag is not used.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.BI initcwnd " NUMBER " "(2.5.70+ only)"
|
.BI initcwnd " NUMBER " "(2.5.70+ only)"
|
||||||
Initial congestion window size for connections to this destination.
|
the initial congestion window size for connections to this destination.
|
||||||
Actual window size is this value multiplied by the MSS
|
Actual window size is this value multiplied by the MSS
|
||||||
(``Maximal Segment Size'') for same connection. The default is
|
(``Maximal Segment Size'') for same connection. The default is
|
||||||
zero, meaning to use the values specified in RFC2414.
|
zero, meaning to use the values specified in RFC2414.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.BI initrwnd " NUMBER " "(2.6.33+ only)"
|
||||||
|
the initial receive window size for connections to this destination.
|
||||||
|
Actual window size is this value multiplied by the MSS of the connection.
|
||||||
|
The default value is zero, meaning to use Slow Start value.
|
||||||
|
|
||||||
.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