From cb9b8e6f7d018872a9db9653ed69d3ed47e27d34 Mon Sep 17 00:00:00 2001 From: Michael Tuexen Date: Sun, 3 Aug 2014 18:12:55 +0000 Subject: 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 --- sys/netinet/sctp_pcb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/netinet/sctp_pcb.h') diff --git a/sys/netinet/sctp_pcb.h b/sys/netinet/sctp_pcb.h index deaca24f7959..30e35f843c8b 100644 --- a/sys/netinet/sctp_pcb.h +++ b/sys/netinet/sctp_pcb.h @@ -409,6 +409,7 @@ struct sctp_inpcb { uint8_t ecn_supported; uint8_t prsctp_supported; uint8_t nrsack_supported; + uint8_t pktdrop_supported; struct sctp_nonpad_sndrcvinfo def_send; /*- * These three are here for the sosend_dgram -- cgit v1.2.3