From 3d928c0e534ca7d2ad1f8ee3a7f235804d23f14d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=BCxen?= <tuexen@fh-muenster.de> Date: Fri, 20 Nov 2015 11:56:43 +0100 Subject: [PATCH] Update SCTP_SocketAPI_Status.md --- SCTP_SocketAPI_Status.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/SCTP_SocketAPI_Status.md b/SCTP_SocketAPI_Status.md index 9e584292..99e97739 100644 --- a/SCTP_SocketAPI_Status.md +++ b/SCTP_SocketAPI_Status.md @@ -79,17 +79,17 @@ For Linux the following tables are based on [sctp.h](https://github.com/sctp/lks ## SCTP Functions |Name | API Spec | Protocol Spec | packetdrill | Linux | FreeBSD | |:-------------------|:-----------------------------------------------------------:|:----------------------------------------------:|:-----------:|:-----------:|:---------:| -|`sctp_bindx()` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-9.1) | [RFC4960](https://tools.ietf.org/html/rfc4960) | unsupported | supported | supported | -|`sctp_peeloff()` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-9.2) | [RFC4960](https://tools.ietf.org/html/rfc4960) | unsupported | supported | supported | +|`sctp_bindx()` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-9.1) | [RFC4960](https://tools.ietf.org/html/rfc4960) | supported | supported | supported | +|`sctp_peeloff()` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-9.2) | [RFC4960](https://tools.ietf.org/html/rfc4960) | supported | supported | supported | |`sctp_getpaddrs()` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-9.3) | [RFC4960](https://tools.ietf.org/html/rfc4960) | unsupported | supported | supported | |`sctp_freepaddrs()` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-9.4) | [RFC4960](https://tools.ietf.org/html/rfc4960) | unsupported | supported | supported | |`sctp_getladdrs()` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-9.5) | [RFC4960](https://tools.ietf.org/html/rfc4960) | unsupported | supported | supported | |`sctp_freeladdrs()` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-9.6) | [RFC4960](https://tools.ietf.org/html/rfc4960) | unsupported | supported | supported | |`sctp_sendmsg()` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-9.7) | [RFC5061](https://tools.ietf.org/html/rfc5061) | supported | supported | supported | |`sctp_recvmsg()` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-9.8) | [RFC4960](https://tools.ietf.org/html/rfc4960) | supported | supported | supported | -|`sctp_connectx()` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-9.9) | [RFC4960](https://tools.ietf.org/html/rfc4960) | unsupported | supported | supported | -|`sctp_send()` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-9.10) | [RFC4960](https://tools.ietf.org/html/rfc4960) | unsupported | supported | supported | -|`sctp_sendx()` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-9.11) | [RFC4960](https://tools.ietf.org/html/rfc4960) | unsupported | supported | supported | +|`sctp_connectx()` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-9.9) | [RFC4960](https://tools.ietf.org/html/rfc4960) | supported | supported | supported | +|`sctp_send()` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-9.10) | [RFC4960](https://tools.ietf.org/html/rfc4960) | supported | supported | supported | +|`sctp_sendx()` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-9.11) | [RFC4960](https://tools.ietf.org/html/rfc4960) | supported | unsupported | supported | |`sctp_sendv()` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-9.12) | [RFC4960](https://tools.ietf.org/html/rfc4960) | supported | unsupported | supported | |`sctp_recvv()` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-9.13) | [RFC4960](https://tools.ietf.org/html/rfc4960) | supported | unsupported | supported | -- GitLab