Skip to content

Commit

Permalink
[TCP]: fix tcp_tso_win_divisor documentation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Akinobu Mita authored and Arnaldo Carvalho de Melo committed Oct 29, 2005
1 parent 974f7bc commit e83b860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/networking/ip-sysctl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e83b860

Please sign in to comment.