Skip to content

Already open socket (sockfd)? #737

@0wwafa

Description

@0wwafa

I noticed that the library handles the binding using usrsctp_socket(AF_INET6, SOCK_STREAM, IPPROTO_SCTP, receive_cb, NULL, 0, NULL)

But in my own implementation, I already have an open socket (which I won't close). Is there any way to provide an already open socket to have SCTP on?

There is a simple library in nodejs that allows it but I need something like that in C.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions