re-enable the tcp newreno code.

This commit is contained in:
Jayanth Vijayaraghavan 2000-07-12 22:00:46 +00:00
parent 49e62d8f8e
commit 7d20010979
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63048

View file

@ -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");
/*