Commit 6299857d authored by Brian Bloniarz's avatar Brian Bloniarz Committed by Stephen Hemminger

ip: document initcwnd

Mention initcwnd in ip(8). Text taken from doc/ip-cref.tex.
Signed-off-by: default avatarBrian Bloniarz <bmb@athenacr.com>
parent 3fd86630
......@@ -237,7 +237,9 @@ replace " | " monitor " } "
.B realms
.IR REALM " ] [ "
.B rto_min
.IR TIME " ]"
.IR TIME " ] [ "
.B initcwnd
.IR NUMBER " ]"
.ti -8
.IR TYPE " := [ "
......@@ -1622,6 +1624,13 @@ the clamp for congestion window. It is ignored if the
.B lock
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
.BI advmss " NUMBER " "(2.3.15+ only)"
the MSS ('Maximal Segment Size') to advertise to these
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment