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
Enhance the robustness and fault tolerance of the WebRTC protocol.
WebRTC serves as an alternative to the WebSocket transport layer, enabling lightweight client connectivity.
The goal is to establish seamless connectivity between lightweight clients (e.g., smol-dot/smoldot#1806) and substrate-based chains over the WebRTC transport layer.
The Plan
We need to focus on the following key areas:
Ensuring proper implementation of the specification and maintaining smoldot connectivity
Analyzing and optimizing memory usage to eliminate any potential memory leaks and reduce unnecessary cloning
Implementing backpressure handling within the WebRTC layer
Exposing detailed transport layer metrics
Expanding and improving our testing scenarios
The content you are editing has changed. Please copy your edits and refresh the page.
The Vision
Enhance the robustness and fault tolerance of the WebRTC protocol.
WebRTC serves as an alternative to the WebSocket transport layer, enabling lightweight client connectivity.
The goal is to establish seamless connectivity between lightweight clients (e.g., smol-dot/smoldot#1806) and substrate-based chains over the WebRTC transport layer.
The Plan
We need to focus on the following key areas:
Tasks
multistream-select
implementation used by WebRTC doesn't conform to the spec #75The text was updated successfully, but these errors were encountered: