Skip to content

Draft: perf: turn off reliable mode for WebRTC DataChannel

WofWca requested to merge WofWca/snowflake:unreliable-webrtc into main

Not a networking expert, but from what I understand, the reliability stuff is done on the wrapped protocols, so we can turn the reliability off for the client-to-proxy connection in order to not do it twice. The same could be done for proxy-to-server, but it's WebSocket, there's no unreliable mode there (maybe we could switch to WebRTC there as well *wink*).

Did not test this at all.

TODO:

Related: #40136 (closed).

Edited by WofWca

Merge request reports