* [PATCH] Update tcp_tso_win_divisor sysctl information in ip-sysctl.txt
@ 2004-10-08 12:10 Maciej Soltysiak
2004-10-08 18:20 ` David S. Miller
0 siblings, 1 reply; 2+ messages in thread
From: Maciej Soltysiak @ 2004-10-08 12:10 UTC (permalink / raw)
To: netdev; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 881 bytes --]
Hi,
I noticed that newly added tcp_tso_win_divisor did not go
with a description to ip-sysctl.txt
This patch updates this information.
Regards,
Maciej
diff -u linux.orig/Documentation/networking/ip-sysctl.txt linux/Documentation/networking/ip-sysctl.txt
--- linux.orig/Documentation/networking/ip-sysctl.txt 2004-10-08 13:27:36.000000000 +0200
+++ linux/Documentation/networking/ip-sysctl.txt 2004-10-08 13:28:56.000000000 +0200
@@ -355,6 +355,12 @@
conections.
Default: 7
+tcp_tso_win_divisor - INTEGER
+ This allows control over what percentage of the congestion window
+ 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
tcp_frto - BOOLEAN
Enables F-RTO, an enhanced recovery algorithm for TCP retransmission
[-- Attachment #2: ip-sysctl.txt.diff --]
[-- Type: application/octet-stream, Size: 726 bytes --]
diff -u linux.orig/Documentation/networking/ip-sysctl.txt linux/Documentation/networking/ip-sysctl.txt
--- linux.orig/Documentation/networking/ip-sysctl.txt 2004-10-08 13:27:36.000000000 +0200
+++ linux/Documentation/networking/ip-sysctl.txt 2004-10-08 13:28:56.000000000 +0200
@@ -355,6 +355,12 @@
conections.
Default: 7
+tcp_tso_win_divisor - INTEGER
+ This allows control over what percentage of the congestion window
+ 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
tcp_frto - BOOLEAN
Enables F-RTO, an enhanced recovery algorithm for TCP retransmission
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Update tcp_tso_win_divisor sysctl information in ip-sysctl.txt
2004-10-08 12:10 [PATCH] Update tcp_tso_win_divisor sysctl information in ip-sysctl.txt Maciej Soltysiak
@ 2004-10-08 18:20 ` David S. Miller
0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2004-10-08 18:20 UTC (permalink / raw)
To: Maciej Soltysiak; +Cc: netdev, linux-kernel
On Fri, 8 Oct 2004 14:10:45 +0200
Maciej Soltysiak <solt2@dns.toxicfilms.tv> wrote:
> I noticed that newly added tcp_tso_win_divisor did not go
> with a description to ip-sysctl.txt
>
> This patch updates this information.
The implementation isn't cast in stone yet, I still want to play
with including tp->max_window in the clamps somehow and I'll add
the docs after I'm doing experimenting with that.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-10-08 18:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-08 12:10 [PATCH] Update tcp_tso_win_divisor sysctl information in ip-sysctl.txt Maciej Soltysiak
2004-10-08 18:20 ` David S. Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).