summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_structs.h
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2014-08-03 18:12:55 +0000
committertuexen <tuexen@FreeBSD.org>2014-08-03 18:12:55 +0000
commitff18393ff054f8f8f4779a04e260ff6549b44e78 (patch)
tree88dfe8df411bcdde9f67d745992545bd2736f499 /sys/netinet/sctp_structs.h
parent2399792c1722d8038876b8e9561d850e5c8719cc (diff)
downloadFreeBSD-src-ff18393ff054f8f8f4779a04e260ff6549b44e78.zip
FreeBSD-src-ff18393ff054f8f8f4779a04e260ff6549b44e78.tar.gz
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
Diffstat (limited to 'sys/netinet/sctp_structs.h')
-rw-r--r--sys/netinet/sctp_structs.h6
1 files changed, 1 insertions, 5 deletions
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 */
OpenPOWER on IntegriCloud