diff options
author | Akinobu Mita <mita@miraclelinux.com> | 2005-10-21 18:00:48 +0900 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@mandriva.com> | 2005-10-29 02:16:31 -0200 |
commit | e83b860539d0ac1b3cff868178fa79c457e0c21f (patch) | |
tree | 1e7aa728f8c34c771c31b42514e23fbd17097436 /Documentation | |
parent | 974f7bc5781d3fc16e32d8908c6e48592e767dd2 (diff) |
[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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/networking/ip-sysctl.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt index b433c8a27e2d..65895bb51414 100644 --- a/Documentation/networking/ip-sysctl.txt +++ b/Documentation/networking/ip-sysctl.txt @@ -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 |