From ff18393ff054f8f8f4779a04e260ff6549b44e78 Mon Sep 17 00:00:00 2001 From: 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_structs.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sys/netinet/sctp_structs.h') diff --git a/sys/netinet/sctp_structs.h b/sys/netinet/sctp_structs.h index d3200df..29a9d89 100644 --- a/sys/netinet/sctp_structs.h +++ b/sys/netinet/sctp_structs.h @@ -1154,6 +1154,7 @@ struct sctp_association { uint8_t ecn_supported; uint8_t prsctp_supported; uint8_t nrsack_supported; + uint8_t pktdrop_supported; /* Did the peer make the stream config (add out) request */ uint8_t peer_req_out; @@ -1167,11 +1168,6 @@ struct sctp_association { uint8_t local_strreset_support; uint8_t peer_supports_nat; - /* - * packet drop's are supported by the peer, we don't really care - * about this but we bookkeep it anyway. - */ - uint8_t peer_supports_pktdrop; struct sctp_scoping scope; /* flags to handle send alternate net tracking */ -- cgit v1.1