From 4aae1da6dd0b75dd78b839734bb87ebe1f8a96e9 Mon Sep 17 00:00:00 2001 From: Jayanth Vijayaraghavan Date: Thu, 11 May 2000 22:28:28 +0000 Subject: Temporarily turn off the newreno flag until we can track down the known data corruption problem. --- sys/netinet/tcp_output.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/netinet') diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c index 736e128ecafe..4a5ac6e1e041 100644 --- a/sys/netinet/tcp_output.c +++ b/sys/netinet/tcp_output.c @@ -98,7 +98,7 @@ int ss_fltsz_local = TCP_MAXWIN; /* something large */ SYSCTL_INT(_net_inet_tcp, OID_AUTO, local_slowstart_flightsize, CTLFLAG_RW, &ss_fltsz_local, 1, "Slow start flight size for local networks"); -int tcp_do_newreno = 1; +int tcp_do_newreno = 0; SYSCTL_INT(_net_inet_tcp, OID_AUTO, newreno, CTLFLAG_RW, &tcp_do_newreno, 0, "Enable NewReno Algorithms"); /* -- cgit v1.3