Adding SCTP support (Linux/FreeBSD) #2962
Labels
C-API-request
Category: API request
E-medium
E-medium Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
Milestone
I'm looking at adding SCTP support to the
socket2
crate, and it would be useful to have definitions of constants and structs fromnetinet/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.
The text was updated successfully, but these errors were encountered: