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

Adding SCTP support (Linux/FreeBSD) #2962

Open
nathaniel-bennett opened this issue Oct 14, 2022 · 1 comment
Open

Adding SCTP support (Linux/FreeBSD) #2962

nathaniel-bennett opened this issue Oct 14, 2022 · 1 comment
Labels
C-API-request Category: API request E-medium E-medium Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
Milestone

Comments

@nathaniel-bennett
Copy link
Contributor

nathaniel-bennett commented Oct 14, 2022

I'm looking at adding SCTP support to the socket2 crate, and it would be useful to have definitions of constants and structs from netinet/sctp.h to do so. It seems like this crate is the most appropriate place to have those defined, given that definitions for similar protocols (TCP/UDP, or even the Linux-specific Netlink) are found here.

I would be happy to add the appropriate bindings and submit a PR for it here; I just wanted to check to see if such an addition would be desired.

@nathaniel-bennett nathaniel-bennett added the C-API-request Category: API request label Oct 14, 2022
@devnexen
Copy link
Contributor

I would suggest to submit a PR, makes sense.

bors added a commit that referenced this issue Feb 14, 2023
bors added a commit that referenced this issue Feb 21, 2023
bors added a commit that referenced this issue Apr 4, 2023
@tgross35 tgross35 added the E-medium E-medium Call for participation: Medium difficulty. Experience needed to fix: Intermediate. label Aug 29, 2024
@tgross35 tgross35 added this to the 1.x milestone Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-API-request Category: API request E-medium E-medium Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants