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

Download history 1/week @ 2024-07-07 15/week @ 2024-07-28 171/week @ 2024-09-22 25/week @ 2024-09-29 9/week @ 2024-10-06

205 downloads per month

MIT license

42KB
918 lines

License Build Status Crates.io

rust-sctp

Documentation

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