Re: [TCP]: Add tcp_low_latency sysctl.

From: Jim Treadway (jim@stardot-tech.com)
Date: Tue Jan 28 2003 - 02:19:41 EST


On Mon, 27 Jan 2003, Linux Kernel Mailing List wrote:

> ChangeSet 1.930.3.1, 2003/01/27 15:51:19-08:00, davem@nuts.ninka.net

[SNIPPED]

> diff -Nru a/net/ipv4/sysctl_net_ipv4.c b/net/ipv4/sysctl_net_ipv4.c
> --- a/net/ipv4/sysctl_net_ipv4.c Mon Jan 27 21:32:28 2003
> +++ b/net/ipv4/sysctl_net_ipv4.c Mon Jan 27 21:32:28 2003
> @@ -223,6 +223,8 @@
> &sysctl_tcp_tw_reuse, sizeof(int), 0644, NULL, &proc_dointvec},
> {NET_TCP_FRTO, "tcp_frto",
> &sysctl_tcp_frto, sizeof(int), 0644, NULL, &proc_dointvec},
> + {NET_TCP_FRTO, "tcp_low_latency",
> + &sysctl_tcp_low_latency, sizeof(int), 0644, NULL, &proc_dointvec},
> {0}
> };

I think this should be NET_TCP_LOW_LATENCY instead of NET_TCP_FRTO. I
don't have a 2.5 kernel here or I'd send a patch, sorry.

Jim

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Jan 31 2003 - 22:00:18 EST