summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_sysctl.h
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2014-06-22 16:30:52 +0000
committertuexen <tuexen@FreeBSD.org>2014-06-22 16:30:52 +0000
commit39c4d6744939217a706f4234967e8eb6f65199d5 (patch)
tree8d0dd78889df97f8313c31d1d1c5e498a93f2b1d /sys/netinet/sctp_sysctl.h
parentbfa185cf87a08086dbf1c5a1511f85f3c71ffba7 (diff)
downloadFreeBSD-src-39c4d6744939217a706f4234967e8eb6f65199d5.zip
FreeBSD-src-39c4d6744939217a706f4234967e8eb6f65199d5.tar.gz
MFC r263921:
Use SCTP_OVER_UDP_TUNNELING_PORT more consistently.
Diffstat (limited to 'sys/netinet/sctp_sysctl.h')
-rw-r--r--sys/netinet/sctp_sysctl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/sctp_sysctl.h b/sys/netinet/sctp_sysctl.h
index 064f6bd..432d36a 100644
--- a/sys/netinet/sctp_sysctl.h
+++ b/sys/netinet/sctp_sysctl.h
@@ -466,7 +466,7 @@ struct sctp_sysctl {
#define SCTPCTL_UDP_TUNNELING_PORT_DESC "Set the SCTP/UDP tunneling port"
#define SCTPCTL_UDP_TUNNELING_PORT_MIN 0
#define SCTPCTL_UDP_TUNNELING_PORT_MAX 65535
-#define SCTPCTL_UDP_TUNNELING_PORT_DEFAULT SCTP_OVER_UDP_TUNNELING_PORT
+#define SCTPCTL_UDP_TUNNELING_PORT_DEFAULT 0
/* Enable sending of the SACK-IMMEDIATELY bit */
#define SCTPCTL_SACK_IMMEDIATELY_ENABLE_DESC "Enable sending of the SACK-IMMEDIATELY-bit."
OpenPOWER on IntegriCloud