From caea98793f85e1506a9b02188678ac2cbd541fe8 Mon Sep 17 00:00:00 2001 From: Michael Tuexen Date: Sun, 3 Aug 2014 14:10:10 +0000 Subject: Add SCTP socket option SCTP_NRSACK_SUPPORTED to control the NRSACK extension. The default will still be off, since it it not an RFC (yet). Changing the sysctl name will be in a separate commit. 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 da0bb92dad07..deaca24f7959 100644 --- a/sys/netinet/sctp_pcb.h +++ b/sys/netinet/sctp_pcb.h @@ -408,6 +408,7 @@ struct sctp_inpcb { uint32_t sctp_cmt_on_off; uint8_t ecn_supported; uint8_t prsctp_supported; + uint8_t nrsack_supported; struct sctp_nonpad_sndrcvinfo def_send; /*- * These three are here for the sosend_dgram -- cgit v1.2.3