sctp-sys 0.0.2

Binding to libsctp for linux, and SctpDrv for windows. SctpDrv binding is experimental
Documentation

License Crates.io

sctp-sys

Rust bindings to native sctp library. Under linux, libsctp is used and under windows, SctpDrv is used. However, SctpDrv is not really stable, and some BSOD cases have been reported. Thus, you should not use windows SCTP in production environment, but it still may be usefull for development.

How to build

TBD ...