sctp_peeloff (3) Linux Manual Page
sctp_peeloff – Branch off an association into a separate socket. Synopsis #include <netinet/sctp.h> #include <sys/socket.h> #include <sys/types.h> int sctp_peeloff(int sd, sctp_assoc_t assoc_id); Description sctp_peeloff branches off an existing association assoc_id on a one-to-many style socket sd into a separate socket. The new socket is a one-to-one style socket. This is particularly desirable when, for instance,…
