diff options
| author | David Greenman <dg@FreeBSD.org> | 1998-02-26 05:25:39 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1998-02-26 05:25:39 +0000 |
| commit | f498eeeeadb12243c0f968c044b3094ef3da2b5c (patch) | |
| tree | ab0504095b701b662f9a5e551e1770385b0607a6 /sys/netinet/tcp_var.h | |
| parent | 589421d418c4b81cf58d9c38d9d2b78100a7d748 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/tcp_var.h')
| -rw-r--r-- | sys/netinet/tcp_var.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h index e1bc97f1f4a4..71f580739d68 100644 --- a/sys/netinet/tcp_var.h +++ b/sys/netinet/tcp_var.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tcp_var.h 8.4 (Berkeley) 5/24/95 - * $Id: tcp_var.h,v 1.39 1997/04/27 20:01:15 wollman Exp $ + * $Id: tcp_var.h,v 1.40 1998/01/27 09:15:12 davidg Exp $ */ #ifndef _NETINET_TCP_VAR_H_ @@ -324,6 +324,7 @@ extern struct inpcbinfo tcbinfo; extern struct tcpstat tcpstat; /* tcp statistics */ extern int tcp_mssdflt; /* XXX */ extern u_long tcp_now; /* for RFC 1323 timestamps */ +extern int tcp_delack_enabled; void tcp_canceltimers __P((struct tcpcb *)); struct tcpcb * |
