You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently ICE/DTLS/SCTP implementations follow gorountine style, instead of idiomatic rust style. Try to refactor them to more idiomatic rust style with less Mutex.
The text was updated successfully, but these errors were encountered:
rainliu
changed the title
[ICE/DTLS/SCTP] refactoring internal with deterministic state machine
[ICE/DTLS/SCTP] refactoring internal protocol with deterministic state machine
Sep 15, 2021
rainliu
changed the title
[ICE/DTLS/SCTP] refactoring internal protocol with deterministic state machine
[ICE/DTLS/SCTP] refactoring internal protocol implementation with deterministic state machine
Sep 15, 2021
rainliu
changed the title
[ICE/DTLS/SCTP] refactoring internal protocol implementation with deterministic state machine
[ICE/DTLS/SCTP] refactoring internal protocol implementation with deterministic state machine and less Mutex
Sep 27, 2021
quinn-proto: Deterministic state machine of the protocol which performs no I/O internally and is suitable for use with custom event loops (and potentially a C or C++ API).
quinn: High-level async API based on tokio, see for usage. This will be used by most developers. (Basic benchmarks are included.)
currently ICE/DTLS/SCTP implementations follow gorountine style, instead of idiomatic rust style. Try to refactor them to more idiomatic rust style with less Mutex.
The text was updated successfully, but these errors were encountered: