This user-land stack uses the FreeBSD kernel sources for SCTP and makes the functionality available as a user-land library. The stack supports SCTP/IPv4, SCTP/IPv6, SCTP/UDP/IPv4, and SCTP/UDP/IPv6.
This user-land stack uses the FreeBSD kernel sources for SCTP and makes the functionality available as a user-land library. The stack supports SCTP/IPv4, SCTP/IPv6, SCTP/UDP/IPv4, and SCTP/UDP/IPv6.
To install libusrsctp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libusrsctp
To see what files were installed by libusrsctp, run:
port contents libusrsctp
To later upgrade libusrsctp, run:
sudo port selfupdate && sudo port upgrade libusrsctp
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.