libusrsctp

Portable SCTP userland stack library for stream control transmission

brewmacoslinux
Try with needOr install directly
Source

About

Portable SCTP userland stack

Commands

libusrsctp

Examples

Link libusrsctp library in C program compilation$ gcc -o sctp_app app.c -lusrsctp
Check installed library version and location$ pkg-config --modversion libusrsctp
Get compiler flags for libusrsctp integration$ pkg-config --cflags --libs libusrsctp