[TCP]: fix tcp_tso_win_divisor documentation
The default value for tcp_tso_win_divisor is 3. Signed-off-by: Akinobu Mita <mita@miraclelinux.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
This commit is contained in:
parent
974f7bc578
commit
e83b860539
|
@ -309,7 +309,7 @@ tcp_tso_win_divisor - INTEGER
|
|||
can be consumed by a single TSO frame.
|
||||
The setting of this parameter is a choice between burstiness and
|
||||
building larger TSO frames.
|
||||
Default: 8
|
||||
Default: 3
|
||||
|
||||
tcp_frto - BOOLEAN
|
||||
Enables F-RTO, an enhanced recovery algorithm for TCP retransmission
|
||||
|
|
Loading…
Reference in New Issue