aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_constants.h
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@FreeBSD.org>2011-09-17 08:50:29 +0000
committerMichael Tuexen <tuexen@FreeBSD.org>2011-09-17 08:50:29 +0000
commit80c79bbe7a0ae0b8c516ebe94176b9ad2b5878a5 (patch)
tree1c66f8080b5b5458c7b294565b24b6e003093597 /sys/netinet/sctp_constants.h
parent18e5ceed6beb5892e1a2f646d4e41e8f7f11b28c (diff)
downloadsrc-80c79bbe7a0ae0b8c516ebe94176b9ad2b5878a5.tar.gz
src-80c79bbe7a0ae0b8c516ebe94176b9ad2b5878a5.zip
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.
Notes
Notes: svn path=/head/; revision=225635
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 4087c8d266d1..5b74056c2af0 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