diff --git a/SCTP_SocketAPI_Status.md b/SCTP_SocketAPI_Status.md index bc1c9aa7a1dc3f2eda063364130cdfdbbdc6f474..24473b8b51601bccc70bcedf328a0a3ba36d56cf 100644 --- a/SCTP_SocketAPI_Status.md +++ b/SCTP_SocketAPI_Status.md @@ -30,6 +30,9 @@ For Linux the following tables are based on [sctp.h](https://github.com/sctp/lks |`SCTP_SENDER_DRY_EVENT` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-6.1.9) | [RFC4960](https://tools.ietf.org/html/rfc4960) | supported | supported | supported | |`SCTP_NOTIFICATIONS_STOPPED_EVENT` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-6.1.10) | [RFC4960](https://tools.ietf.org/html/rfc4960) | supported | unsupported | unsupported | |`SCTP_SEND_FAILED_EVENT` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-6.1.10) | [RFC4960](https://tools.ietf.org/html/rfc4960) | supported | unsupported | supported | +|`SCTP_STREAM_RESET_EVENT` | [RFC6525](https://tools.ietf.org/html/rfc6525#section-6.1.1) | [RFC6525](https://tools.ietf.org/html/rfc6525) | supported | unsupported | supported | +|`SCTP_ASSOC_RESET_EVENT` | [RFC6525](https://tools.ietf.org/html/rfc6525#section-6.1.2) | [RFC6525](https://tools.ietf.org/html/rfc6525) | supported | unsupported | supported | +|`SCTP_STREAM_CHANGE_EVENT` | [RFC6525](https://tools.ietf.org/html/rfc6525#section-6.1.3) | [RFC6525](https://tools.ietf.org/html/rfc6525) | supported | unsupported | supported | ## SCTP Socket Options |Name | API Spec | Protocol Spec | packetdrill | Linux | FreeBSD | @@ -74,6 +77,10 @@ For Linux the following tables are based on [sctp.h](https://github.com/sctp/lks |`SCTP_AUTH_KEY` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-8.3.3) | [RFC4895](https://tools.ietf.org/html/rfc4895) | unsupported | supported | supported | |`SCTP_AUTH_DEACTIVATE_KEY` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-8.3.4) | [RFC4895](https://tools.ietf.org/html/rfc4895) | unsupported | unsupported | supported | |`SCTP_AUTH_DELETE_KEY` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-8.3.5) | [RFC4895](https://tools.ietf.org/html/rfc4895) | unsupported | supported | supported | +|`SCTP_ENABLE_STREAM_RESET` | [RFC6525](https://tools.ietf.org/html/rfc6525#page-28) | [RFC6525](https://tools.ietf.org/html/rfc6525) | supported | supported | supported | +|`SCTP_RESET_STREAMS` | [RFC6525](https://tools.ietf.org/html/rfc6525#page-29) | [RFC6525](https://tools.ietf.org/html/rfc6525) | supported | supported | supported | +|`SCTP_RESET_ASSOC` | [RFC6525](https://tools.ietf.org/html/rfc6525#section-6.3.2) | [RFC6525](https://tools.ietf.org/html/rfc6525) | supported | supported | supported | +|`SCTP_ADD_STREAMS` | [RFC6525](https://tools.ietf.org/html/rfc6525#page-30) | [RFC6525](https://tools.ietf.org/html/rfc6525) | supported | supported | supported | ## SCTP Functions