gst-plugins-rs/net/webrtc/signalling
Nirbheek Chauhan 63b568f4a0 webrtc/signalling: Fix potential hang and FD leak
If a peer connects via TCP and never initiates TLS, then the server
will get stuck in the accept loop. Spawn a task when accepting a TLS
connection, and timeout if it doesn't complete in 5 seconds.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1412>
2023-12-29 13:28:48 +00:00
..
src webrtc/signalling: Fix potential hang and FD leak 2023-12-29 13:28:48 +00:00
Cargo.toml Update to async-tungstenite 0.24 2023-12-09 12:17:11 +02:00