Skip to content

Adding SCTP support (Linux/FreeBSD) #2962

Open
@nathaniel-bennett

Description

@nathaniel-bennett
Contributor

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.

Activity

devnexen

devnexen commented on Oct 15, 2022

@devnexen
Contributor

I would suggest to submit a PR, makes sense.

added a commit that references this issue on Feb 14, 2023

Auto merge of #3117 - devnexen:linux_sctp2, r=JohnTitor

added a commit that references this issue on Feb 21, 2023

Auto merge of #3117 - devnexen:linux_sctp2, r=JohnTitor

added a commit that references this issue on Apr 4, 2023

Auto merge of #3117 - devnexen:linux_sctp2, r=JohnTitor

added
E-mediumE-medium Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
on Aug 29, 2024
added this to the 1.x milestone on Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-API-requestCategory: API requestE-mediumE-medium Call for participation: Medium difficulty. Experience needed to fix: Intermediate.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      Participants

      @devnexen@tgross35@nathaniel-bennett

      Issue actions

        Adding SCTP support (Linux/FreeBSD) · Issue #2962 · rust-lang/libc