Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support IPPROTO_SCTP #356

Merged
merged 2 commits into from
Oct 14, 2022
Merged

support IPPROTO_SCTP #356

merged 2 commits into from
Oct 14, 2022

Conversation

nathaniel-bennett
Copy link
Contributor

Adds the bare minimum needed to support SCTP sockets (IPPROTO_SCTP) as a protocol option for Linux and FreeBSD. Note that this does not include socket options specific to SCTP, as the constants and structs required have not been added to the libc crate.

Resolves #202

@Thomasdezeeuw Thomasdezeeuw merged commit 61314a2 into rust-lang:master Oct 14, 2022
@Thomasdezeeuw
Copy link
Collaborator

Thanks @nathaniel-bennett

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support basic SCTP over plain/legacy sockets
2 participants