diff options
| author | Andre Oppermann <andre@FreeBSD.org> | 2007-03-19 18:42:27 +0000 |
|---|---|---|
| committer | Andre Oppermann <andre@FreeBSD.org> | 2007-03-19 18:42:27 +0000 |
| commit | 8b8ed7a78e106eaa14359fcd1c58e83aca9c220b (patch) | |
| tree | ab7d8539e4f4673bdb9e3eb05e2a6fb98c9eaae1 /sys/netinet/tcp_output.c | |
| parent | ddca17a68602992577d41198d23cc59e5b819e02 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/tcp_output.c')
| -rw-r--r-- | sys/netinet/tcp_output.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c index 91965293764c..7c52b8d3fd05 100644 --- a/sys/netinet/tcp_output.c +++ b/sys/netinet/tcp_output.c @@ -103,8 +103,8 @@ 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; -SYSCTL_INT(_net_inet_tcp, OID_AUTO, newreno, CTLFLAG_RW, &tcp_do_newreno, - 0, "Enable NewReno Algorithms"); +SYSCTL_INT(_net_inet_tcp, OID_AUTO, newreno, CTLFLAG_RW, + &tcp_do_newreno, 0, "Enable NewReno Algorithms"); int tcp_do_tso = 1; SYSCTL_INT(_net_inet_tcp, OID_AUTO, tso, CTLFLAG_RW, |
