summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_input.c
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1998-04-24 10:08:57 +0000
committerDavid Greenman <dg@FreeBSD.org>1998-04-24 10:08:57 +0000
commit84e33c9eeab81787d0479ba05e00887d4b21ee9f (patch)
tree5294a08ca552a3862ac8f5ec51e1326cd583e87e /sys/netinet/tcp_input.c
parent552b7df4c150cdd39d72efbb07b8766bba57174a (diff)
Notes
Diffstat (limited to 'sys/netinet/tcp_input.c')
-rw-r--r--sys/netinet/tcp_input.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c
index 8ee87b1d3b70..eb6c3ade7fc0 100644
--- a/sys/netinet/tcp_input.c
+++ b/sys/netinet/tcp_input.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)tcp_input.c 8.12 (Berkeley) 5/24/95
- * $Id: tcp_input.c,v 1.72 1998/04/06 06:52:41 phk Exp $
+ * $Id: tcp_input.c,v 1.73 1998/04/17 22:36:59 des Exp $
*/
#include "opt_tcpdebug.h"
@@ -82,7 +82,7 @@ SYSCTL_INT(_net_inet_tcp, OID_AUTO, log_in_vain, CTLFLAG_RW,
&log_in_vain, 0, "");
int tcp_delack_enabled = 1;
-SYSCTL_INT(_net_inet_tcp, OID_AUTO, delack_enabled, CTLFLAG_RW,
+SYSCTL_INT(_net_inet_tcp, OID_AUTO, delayed_ack, CTLFLAG_RW,
&tcp_delack_enabled, 0, "");
u_long tcp_now;