summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1998-04-24 10:08:57 +0000
committerdg <dg@FreeBSD.org>1998-04-24 10:08:57 +0000
commitc0b0bc1742a4fee13983eb4dc86f7edc8f008a2b (patch)
tree32f29a639577bc45b0402605cfce9154d0b6d831 /sys
parenta30ffaa134c55eceb5da086e0a916593ad53d470 (diff)
downloadFreeBSD-src-c0b0bc1742a4fee13983eb4dc86f7edc8f008a2b.zip
FreeBSD-src-c0b0bc1742a4fee13983eb4dc86f7edc8f008a2b.tar.gz
At the request of Garrett, changed sysctl:
net.inet.tcp.delack_enabled -> net.inet.tcp.delayed_ack
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet/tcp_input.c4
-rw-r--r--sys/netinet/tcp_reass.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c
index 8ee87b1..eb6c3ad 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;
diff --git a/sys/netinet/tcp_reass.c b/sys/netinet/tcp_reass.c
index 8ee87b1..eb6c3ad 100644
--- a/sys/netinet/tcp_reass.c
+++ b/sys/netinet/tcp_reass.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;
OpenPOWER on IntegriCloud