From 5a4252e3c473170a493004da8e482390b54ddedd Mon Sep 17 00:00:00 2001 From: tuexen Date: Fri, 22 Aug 2014 20:08:50 +0000 Subject: 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. --- sys/netinet/sctp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/netinet/sctp.h') 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 -- cgit v1.1