Skip to content
Snippets Groups Projects
Commit f27a442e authored by Hoelscher's avatar Hoelscher
Browse files

insert rfc6525 in SCTP_SocketAPI_Status.md

parent 7e70a208
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment