summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_output.c
diff options
context:
space:
mode:
authorjayanth <jayanth@FreeBSD.org>2000-05-11 22:28:28 +0000
committerjayanth <jayanth@FreeBSD.org>2000-05-11 22:28:28 +0000
commiteff95a482de9810eac4e02cba20e3fd0f2aed4d4 (patch)
tree880a760b9a1cc1b67ceb117aaf14d239dfa0b9ee /sys/netinet/tcp_output.c
parent8fd137c6b518561c4df04f4047aa15ea952e4bbf (diff)
downloadFreeBSD-src-eff95a482de9810eac4e02cba20e3fd0f2aed4d4.zip
FreeBSD-src-eff95a482de9810eac4e02cba20e3fd0f2aed4d4.tar.gz
Temporarily turn off the newreno flag until we can track down the known
data corruption problem.
Diffstat (limited to 'sys/netinet/tcp_output.c')
-rw-r--r--sys/netinet/tcp_output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c
index 736e128..4a5ac6e 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");
/*
OpenPOWER on IntegriCloud