summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp.h
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2014-08-22 20:01:35 +0000
committertuexen <tuexen@FreeBSD.org>2014-08-22 20:01:35 +0000
commitb33760ea4b44ba1f0bb5c5f8e190f82322d0f604 (patch)
treece6e07d19750b7f6ccc2250bd0227b7c8fa7309e /sys/netinet/sctp.h
parenta4786844b5aed176a639f1a041df00e694738983 (diff)
downloadFreeBSD-src-b33760ea4b44ba1f0bb5c5f8e190f82322d0f604.zip
FreeBSD-src-b33760ea4b44ba1f0bb5c5f8e190f82322d0f604.tar.gz
MFC r269448:
Add support for the SCTP_PR_SUPPORTED socket option as specified in http://tools.ietf.org/html/draft-ietf-tsvwg-sctp-prpolicies Add also a sysctl controlling the default of the end-points.
Diffstat (limited to 'sys/netinet/sctp.h')
-rw-r--r--sys/netinet/sctp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/sctp.h b/sys/netinet/sctp.h
index d36b4a5..fa7bb60 100644
--- a/sys/netinet/sctp.h
+++ b/sys/netinet/sctp.h
@@ -122,6 +122,7 @@ struct sctp_paramhdr {
#define SCTP_PEER_ADDR_THLDS 0x00000023
#define SCTP_REMOTE_UDP_ENCAPS_PORT 0x00000024
#define SCTP_ECN_SUPPORTED 0x00000025
+#define SCTP_PR_SUPPORTED 0x00000026
/*
* read-only options
OpenPOWER on IntegriCloud