aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_var.h
diff options
context:
space:
mode:
authorMike Silbersack <silby@FreeBSD.org>2002-06-14 03:08:05 +0000
committerMike Silbersack <silby@FreeBSD.org>2002-06-14 03:08:05 +0000
commiteb5afeba220dee353c4fd9463cab59dc82677953 (patch)
treea4075c16821c9689076b925a0c7b200573f3ca7d /sys/netinet/tcp_var.h
parent70d2b170292dbdc664b8d6112767355ed483ba60 (diff)
downloadsrc-eb5afeba220dee353c4fd9463cab59dc82677953.tar.gz
src-eb5afeba220dee353c4fd9463cab59dc82677953.zip
Re-commit w/fix:
Ensure that the syn cache's syn-ack packets contain the same ip_tos, ip_ttl, and DF bits as all other tcp packets. PR: 39141 MFC after: 2 weeks This time, make sure that ipv4 specific code (aka all of the above) is only run in the ipv4 case.
Notes
Notes: svn path=/head/; revision=98204
Diffstat (limited to 'sys/netinet/tcp_var.h')
-rw-r--r--sys/netinet/tcp_var.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h
index e8eb361506e9..bce5d29637d8 100644
--- a/sys/netinet/tcp_var.h
+++ b/sys/netinet/tcp_var.h
@@ -432,6 +432,7 @@ extern struct tcpstat tcpstat; /* tcp statistics */
extern int tcp_mssdflt; /* XXX */
extern int tcp_delack_enabled;
extern int tcp_do_newreno;
+extern int path_mtu_discovery;
extern int ss_fltsz;
extern int ss_fltsz_local;