Commit e83b8605 authored by Akinobu Mita's avatar Akinobu Mita Committed by Arnaldo Carvalho de Melo

[TCP]: fix tcp_tso_win_divisor documentation

The default value for tcp_tso_win_divisor is 3.
Signed-off-by: default avatarAkinobu Mita <mita@miraclelinux.com>
Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@mandriva.com>
parent 974f7bc5
......@@ -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
......
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