libc icon indicating copy to clipboard operation
libc copied to clipboard

Adding SCTP support (Linux/FreeBSD)

Open nathaniel-bennett opened this issue 3 years ago • 1 comments

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 avatar Oct 14 '22 19:10 nathaniel-bennett

I would suggest to submit a PR, makes sense.

devnexen avatar Oct 15 '22 06:10 devnexen