webrtc-rs/webrtc

[SCTP] refactoring with internal protocol implementation with deterministic state machine and external async API

rainliu opened this issue · 1 comments

As a sub task of #84, similar to quinn's implementation: https://github.com/quinn-rs/quinn

sctp-proto: Deterministic state machine of the protocol which performs no I/O internally.
sctp-async: High-level async API based on tokio.

sctp-proto is actively developing in branch https://github.com/webrtc-rs/sctp/tree/proto.