SCTP_PEELOFF(3) | Library Functions Manual | SCTP_PEELOFF(3) |
sctp_peeloff
—
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/sctp.h>
int
sctp_peeloff
(int
s, sctp_assoc_t
id);
sctp_peeloff
() function attempts detach the
association specified by id into its own separate
socket.
sctp_peeloff
() function can return the following
errors:
Sockets API Extensions for the Stream Control Transmission Protocol (SCTP), RFC, 6458, December 2011.
August 1, 2018 | NetBSD 9.0 |