summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp.h
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2014-08-22 20:08:50 +0000
committertuexen <tuexen@FreeBSD.org>2014-08-22 20:08:50 +0000
commit5a4252e3c473170a493004da8e482390b54ddedd (patch)
tree300a64dfd6390b1eb5172ba04ae10a5d561e40cf /sys/netinet/sctp.h
parent94e8309da0a98cd328fb5723308f6b1faaf4af51 (diff)
downloadFreeBSD-src-5a4252e3c473170a493004da8e482390b54ddedd.zip
FreeBSD-src-5a4252e3c473170a493004da8e482390b54ddedd.tar.gz
MFC r269481:
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.
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