summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_var.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet/tcp_var.h')
-rw-r--r--sys/netinet/tcp_var.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h
index 759b793..b2703ae 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.18 1995/10/04 20:49:03 wollman Exp $
+ * $Id: tcp_var.h,v 1.19 1995/10/10 17:45:43 wollman Exp $
*/
#ifndef _NETINET_TCP_VAR_H_
@@ -141,8 +141,6 @@ struct tcpcb {
caddr_t t_tuba_pcb; /* next level down pcb for TCP over z */
/* More RTT stuff */
u_long t_rttupdated; /* number of times rtt sampled */
-/* For MTU discovery */
- tcp_seq t_lastmturesend; /* seq of resend for mtu discovery */
};
/*
OpenPOWER on IntegriCloud