6 releases
0.0.6 | Sep 23, 2024 |
---|---|
0.0.5 | May 12, 2016 |
0.0.4 | Mar 10, 2016 |
0.0.3 | Nov 4, 2015 |
0.0.1 | Jul 28, 2015 |
#1711 in Network programming
205 downloads per month
42KB
918 lines
rust-sctp
SCTP networking library for Rust
How to build
rust-sctp
relies on the sctp-sys crate. Please have a look at sctp-sys: How to build.
WARNING: Windows support is currently broken and unmaintained as SctpDrv is not working on modern windows platforms
lib.rs
:
This crate provides high level SCTP networking. Currently it only supports basic SCTP features like multi-homing in one-to-one and one-to-many associations. SCTP notifications and working directly on associations is not supported yet but is in the TODO list.
Dependencies
~48–315KB