summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp.h
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2014-08-03 18:12:55 +0000
committertuexen <tuexen@FreeBSD.org>2014-08-03 18:12:55 +0000
commitff18393ff054f8f8f4779a04e260ff6549b44e78 (patch)
tree88dfe8df411bcdde9f67d745992545bd2736f499 /sys/netinet/sctp.h
parent2399792c1722d8038876b8e9561d850e5c8719cc (diff)
downloadFreeBSD-src-ff18393ff054f8f8f4779a04e260ff6549b44e78.zip
FreeBSD-src-ff18393ff054f8f8f4779a04e260ff6549b44e78.tar.gz
Add support for the SCTP_PKTDROP_SUPPORTED socket option and
the corresponding sysctl variable. The default is off, since the specification is not an RFC yet. MFC after: 1 week
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 c74c5f4..da13cab 100644
--- a/sys/netinet/sctp.h
+++ b/sys/netinet/sctp.h
@@ -124,6 +124,7 @@ struct sctp_paramhdr {
#define SCTP_ECN_SUPPORTED 0x00000025
#define SCTP_PR_SUPPORTED 0x00000026
#define SCTP_NRSACK_SUPPORTED 0x00000027
+#define SCTP_PKTDROP_SUPPORTED 0x00000028
/*
* read-only options
OpenPOWER on IntegriCloud