5 releases

Uses old Rust 2015

0.0.5 May 12, 2016
0.0.4 Mar 10, 2016
0.0.3 Nov 4, 2015
0.0.2 Aug 2, 2015
0.0.1 Jul 28, 2015

#8 in #sctp

MIT license

31KB
675 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.


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

~160KB