summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_var.h
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1995-10-16 18:21:26 +0000
committerwollman <wollman@FreeBSD.org>1995-10-16 18:21:26 +0000
commite52c654ee229f069ca2d720167cb753d60fac19b (patch)
tree7e34325964e07f2b5a18be08e2d8e025855344e1 /sys/netinet/tcp_var.h
parent1c55fdbaae54fa424f0c2cd826657d24bab0cbab (diff)
downloadFreeBSD-src-e52c654ee229f069ca2d720167cb753d60fac19b.zip
FreeBSD-src-e52c654ee229f069ca2d720167cb753d60fac19b.tar.gz
The ability to administratively change the MTU of an interface presents
a few new wrinkles for MTU discovery which tcp_output() had better be prepared to handle. ip_output() is also modified to do something helpful in this case, since it has already calculated the information we need.
Diffstat (limited to 'sys/netinet/tcp_var.h')
-rw-r--r--sys/netinet/tcp_var.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h
index b2703ae..0a1ce27 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.19 1995/10/10 17:45:43 wollman Exp $
+ * $Id: tcp_var.h,v 1.20 1995/10/12 17:37:25 wollman Exp $
*/
#ifndef _NETINET_TCP_VAR_H_
@@ -349,6 +349,9 @@ void tcp_init __P((void));
void tcp_input __P((struct mbuf *, int));
void tcp_mss __P((struct tcpcb *, int));
int tcp_mssopt __P((struct tcpcb *));
+#ifdef MTUDISC
+void tcp_mtudisc __P((struct inpcb *, int));
+#endif /* MTUDISC */
struct tcpcb *
tcp_newtcpcb __P((struct inpcb *));
void tcp_notify __P((struct inpcb *, int));
OpenPOWER on IntegriCloud