1 unstable release

0.1.0 Sep 30, 2024

#7 in #sctp

MIT license

53KB
885 lines

tokio-sctp

SCTP support for tokio


lib.rs:

tokio-sctp

tokio-sctp provides non-blocking SCTP socket bindings over the tokio runtime. This crate is currently Linux only and only supports one-to-one style sockets. Building thus requires the lksctp-tools package is installed on the system.

Dependencies

~3–11MB
~102K SLoC