diff --git a/SCTP_SocketAPI_Status.md b/SCTP_SocketAPI_Status.md index 99e97739667c6bcc4f23b228ac802e2f15860721..bc1c9aa7a1dc3f2eda063364130cdfdbbdc6f474 100644 --- a/SCTP_SocketAPI_Status.md +++ b/SCTP_SocketAPI_Status.md @@ -5,16 +5,16 @@ For Linux the following tables are based on [sctp.h](https://github.com/sctp/lks ## SCTP cmsgs |CMSG Name | API Spec | Protocol Spec | packetdrill | Linux | FreeBSD | |:----------------|:-----------------------------------------------------------:|:------------------------------------------------:|:-----------:|:-----------:|:---------:| -|`SCTP_INIT` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-5.3.1) | [RFC4960](https://tools.ietf.org/html/rfc4960) | unsupported | supported | supported | -|`SCTP_SNDRCV` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-5.3.2) | [RFC4960](https://tools.ietf.org/html/rfc4960) | unsupported | supported | supported | -|`SCTP_EXTRCV` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-5.3.3) | [RFC4960](https://tools.ietf.org/html/rfc4960) | unsupported | unsupported | supported | -|`SCTP_SNDINFO` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-5.3.4) | [RFC4960](https://tools.ietf.org/html/rfc4960) | unsupported | unsupported | supported | -|`SCTP_RCVINFO` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-5.3.5) | [RFC4960](https://tools.ietf.org/html/rfc4960) | unsupported | unsupported | supported | -|`SCTP_NXTINFO` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-5.3.6) | [RFC4960](https://tools.ietf.org/html/rfc4960) | unsupported | unsupported | supported | -|`SCTP_PRINFO` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-5.3.7) | [RFC3758](https://tools.ietf.org/html/rfc3758) | unsupported | unsupported | supported | -|`SCTP_AUTHINFO` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-5.3.8) | [RFC4895](https://tools.ietf.org/html/rfc4895) | unsupported | unsupported | supported | -|`SCTP_DSTADDRV4` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-5.3.9) | [RFC4960](https://tools.ietf.org/html/rfc4960) | unsupported | unsupported | supported | -|`SCTP_DSTADDRV6` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-5.3.10) | [RFC4960](https://tools.ietf.org/html/rfc4960) | unsupported | unsupported | supported | +|`SCTP_INIT` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-5.3.1) | [RFC4960](https://tools.ietf.org/html/rfc4960) | supported | supported | supported | +|`SCTP_SNDRCV` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-5.3.2) | [RFC4960](https://tools.ietf.org/html/rfc4960) | supported | supported | supported | +|`SCTP_EXTRCV` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-5.3.3) | [RFC4960](https://tools.ietf.org/html/rfc4960) | supported | unsupported | supported | +|`SCTP_SNDINFO` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-5.3.4) | [RFC4960](https://tools.ietf.org/html/rfc4960) | supported | unsupported | supported | +|`SCTP_RCVINFO` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-5.3.5) | [RFC4960](https://tools.ietf.org/html/rfc4960) | supported | unsupported | supported | +|`SCTP_NXTINFO` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-5.3.6) | [RFC4960](https://tools.ietf.org/html/rfc4960) | supported | unsupported | supported | +|`SCTP_PRINFO` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-5.3.7) | [RFC3758](https://tools.ietf.org/html/rfc3758) | supported | unsupported | supported | +|`SCTP_AUTHINFO` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-5.3.8) | [RFC4895](https://tools.ietf.org/html/rfc4895) | supported | unsupported | supported | +|`SCTP_DSTADDRV4` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-5.3.9) | [RFC4960](https://tools.ietf.org/html/rfc4960) | supported | unsupported | supported | +|`SCTP_DSTADDRV6` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-5.3.10) | [RFC4960](https://tools.ietf.org/html/rfc4960) | supported | unsupported | supported | ## SCTP Notifications | Type | API Spec | Protocol Spec | packetdrill | Linux | FreeBSD |