aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_output.c
diff options
context:
space:
mode:
authorJayanth Vijayaraghavan <jayanth@FreeBSD.org>2000-07-12 22:00:46 +0000
committerJayanth Vijayaraghavan <jayanth@FreeBSD.org>2000-07-12 22:00:46 +0000
commit7d200109797f9e702f2346cd4025dffa553deeba (patch)
tree754224f88b799553a60e469b9d3b85a61c649016 /sys/netinet/tcp_output.c
parent49e62d8f8e354a92ee700f23f107813d0846764f (diff)
downloadsrc-7d200109797f9e702f2346cd4025dffa553deeba.tar.gz
src-7d200109797f9e702f2346cd4025dffa553deeba.zip
re-enable the tcp newreno code.
Notes
Notes: svn path=/head/; revision=63048
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 5a3c1bd90657..089c7ea6644a 100644
--- a/sys/netinet/tcp_output.c
+++ b/sys/netinet/tcp_output.c
@@ -95,7 +95,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 = 0;
+int tcp_do_newreno = 1;
SYSCTL_INT(_net_inet_tcp, OID_AUTO, newreno, CTLFLAG_RW, &tcp_do_newreno,
0, "Enable NewReno Algorithms");
/*