summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_var.h
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2005-07-04 12:34:13 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2005-07-04 12:34:13 +0000
commit2b8dcadfddb8a4f5468f7e0189f5e2d8239f7aa3 (patch)
tree1f7bb2b2658e823115a8226466e5a4f8566bf24f /sys/netinet/tcp_var.h
parent07454ea9150349db8a77ed3f71c416e6539e67df (diff)
remove TUBA, ok many
Diffstat (limited to 'sys/netinet/tcp_var.h')
-rw-r--r--sys/netinet/tcp_var.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h
index 5b7d67b7941..004cc4b2597 100644
--- a/sys/netinet/tcp_var.h
+++ b/sys/netinet/tcp_var.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcp_var.h,v 1.75 2005/06/30 08:51:31 markus Exp $ */
+/* $OpenBSD: tcp_var.h,v 1.76 2005/07/04 12:34:12 markus Exp $ */
/* $NetBSD: tcp_var.h,v 1.17 1996/02/13 23:44:24 christos Exp $ */
/*
@@ -177,9 +177,6 @@ struct tcpcb {
/* pointer for syn cache entries*/
LIST_HEAD(, syn_cache) t_sc; /* list of entries by this tcb */
-/* TUBA stuff */
- caddr_t t_tuba_pcb; /* next level down pcb for TCP over z */
-
/* Path-MTU Discovery Information */
u_int t_pmtud_mss_acked; /* MSS acked, lower bound for MTU */
u_int t_pmtud_mtu_sent; /* MTU used, upper bound for MTU */