summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_output.c
diff options
context:
space:
mode:
authorjayanth <jayanth@FreeBSD.org>2000-07-12 22:00:46 +0000
committerjayanth <jayanth@FreeBSD.org>2000-07-12 22:00:46 +0000
commitf7e133ab0b0dcd0e8bdb71621fe830ef20b05230 (patch)
treea907e6739f211019df1194eabb90d617106561f2 /sys/netinet/tcp_output.c
parent6146eecafff6496db71ef62fac62daa52a450a6a (diff)
downloadFreeBSD-src-f7e133ab0b0dcd0e8bdb71621fe830ef20b05230.zip
FreeBSD-src-f7e133ab0b0dcd0e8bdb71621fe830ef20b05230.tar.gz
re-enable the tcp newreno code.
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 5a3c1bd..089c7ea 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");
/*
OpenPOWER on IntegriCloud