mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 14:39:37 +00:00
re-enable the tcp newreno code.
This commit is contained in:
parent
49e62d8f8e
commit
7d20010979
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63048
@ -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");
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user