diff options
author | 2005-07-04 12:34:12 +0000 | |
---|---|---|
committer | 2005-07-04 12:34:12 +0000 | |
commit | 84b15284c943320dfdc6534d721d816244ca7dee (patch) | |
tree | a9eb327c485ff0e2f1231da6d5bc664f3b45c24d | |
parent | fix Xr and a little grammar; (diff) | |
download | wireguard-openbsd-84b15284c943320dfdc6534d721d816244ca7dee.tar.xz wireguard-openbsd-84b15284c943320dfdc6534d721d816244ca7dee.zip |
remove TUBA, ok many
-rw-r--r-- | sys/netinet/tcp_var.h | 5 |
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 */ |