summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_constants.h
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2011-09-17 08:50:29 +0000
committertuexen <tuexen@FreeBSD.org>2011-09-17 08:50:29 +0000
commit680b9f90a2df45c87f6be8100faa097073b497b7 (patch)
tree1c66f8080b5b5458c7b294565b24b6e003093597 /sys/netinet/sctp_constants.h
parenta5586859b8e8bec4079433cd96cd1cef0b10b335 (diff)
downloadFreeBSD-src-680b9f90a2df45c87f6be8100faa097073b497b7.zip
FreeBSD-src-680b9f90a2df45c87f6be8100faa097073b497b7.tar.gz
Fix the enabling/disabling of Heartbeats and path MTU
discovery when using the SCTP_PEER_ADDR_PARAMS socket option. Approved by: re MFC after: 1 month.
Diffstat (limited to 'sys/netinet/sctp_constants.h')
-rw-r--r--sys/netinet/sctp_constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/sctp_constants.h b/sys/netinet/sctp_constants.h
index 4087c8d..5b74056 100644
--- a/sys/netinet/sctp_constants.h
+++ b/sys/netinet/sctp_constants.h
@@ -508,6 +508,7 @@ __FBSDID("$FreeBSD$");
/* SCTP reachability state for each address */
#define SCTP_ADDR_REACHABLE 0x001
+#define SCTP_ADDR_NO_PMTUD 0x002
#define SCTP_ADDR_NOHB 0x004
#define SCTP_ADDR_BEING_DELETED 0x008
#define SCTP_ADDR_NOT_IN_ASSOC 0x010
OpenPOWER on IntegriCloud