Dual licensed under the MIT and Apache 2 licenses.
SCTP is a message oriented, reliable transport protocol with direct support for multihoming that runs on top of IP or UDP, and supports both v4 and v6 versions.
Like TCP, SCTP provides reliable, connection oriented data delivery with congestion control. Unlike TCP, SCTP also provides message boundary preservation, ordered and unordered message delivery, multi-streaming and multi-homing. Detection of data corruption, loss of data and duplication of data is achieved by using checksums and sequence numbers. A selective retransmission mechanism is applied to correct loss or corruption of data.
This library provides bindings for the usrsctp
implementation
of SCTP.
The API is fully documented with examples: https://docs.rs/usrsctp-sys/
This crate works with Cargo and is on
crates.io.
Add it to your Cargo.toml
like so:
[dependencies]
usrsctp-sys = "0.1.0"
Things are under active development. This project is not quite usable yet as some of the basic functionality is being written.
I am developing this library largely on my own so far. I am able to offer support and maintenance, but would very much appreciate donations via Patreon. I can also provide commercial support, so feel free to contact me.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, shall be dual licensed as above, without any additional terms or conditions.