summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_output.c
diff options
context:
space:
mode:
authorsilby <silby@FreeBSD.org>2002-06-14 03:08:05 +0000
committersilby <silby@FreeBSD.org>2002-06-14 03:08:05 +0000
commit86950bb1f4b520cb14150be632a047ba2d686a46 (patch)
treea4075c16821c9689076b925a0c7b200573f3ca7d /sys/netinet/tcp_output.c
parent0bbc7c9dc50832c581f689991f9b7d5fa84ba9f9 (diff)
downloadFreeBSD-src-86950bb1f4b520cb14150be632a047ba2d686a46.zip
FreeBSD-src-86950bb1f4b520cb14150be632a047ba2d686a46.tar.gz
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.
Diffstat (limited to 'sys/netinet/tcp_output.c')
-rw-r--r--sys/netinet/tcp_output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c
index 40ed7ee..8a55d28 100644
--- a/sys/netinet/tcp_output.c
+++ b/sys/netinet/tcp_output.c
@@ -83,7 +83,7 @@
extern struct mbuf *m_copypack();
#endif
-static int path_mtu_discovery = 1;
+int path_mtu_discovery = 1;
SYSCTL_INT(_net_inet_tcp, OID_AUTO, path_mtu_discovery, CTLFLAG_RW,
&path_mtu_discovery, 1, "Enable Path MTU Discovery");
OpenPOWER on IntegriCloud