summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_output.c
diff options
context:
space:
mode:
authorJayanth Vijayaraghavan <jayanth@FreeBSD.org>2000-05-11 22:28:28 +0000
committerJayanth Vijayaraghavan <jayanth@FreeBSD.org>2000-05-11 22:28:28 +0000
commit4aae1da6dd0b75dd78b839734bb87ebe1f8a96e9 (patch)
tree15ebf18d07ba2f2f8f4941c4219aa0d7249eddb2 /sys/netinet/tcp_output.c
parent08896eb5ecb2414f3fa30bb528011192b28afd51 (diff)
Notes
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 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");
/*