commit | b0547a9ac49ce8deb6b32a6c0575cad93cab2b6c | [log] [tgz] |
---|---|---|
author | Jonas Oreland <jonaso@webrtc.org> | Thu Mar 20 08:14:13 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 20 10:16:52 2025 |
tree | a9da263d1c8952b82a64d93200e46c13518188ae | |
parent | 2018357847b3af860c2799e68d30f5b629d4b59a [diff] |
dtls-in-stun: Defer writable until Ice has become writable This patch modifies the DtlsTransport::set_writable to only sinal writable (true) if ice has been writable at least once. This is the behaviour before dtls-in-stun (since the handshake starts when ice becomes writable). This change reduce the observable changes (from within webrtc) of the dtls-in-stun feature, keeping the positive aspects (i.e. faster/more-robust dtls handshake) BUG=webrtc:367395350 Change-Id: I2a70c8ecb6fcd83734c211a6b40aef02f6c23f55 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/381940 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Jonas Oreland <jonaso@webrtc.org> Cr-Commit-Position: refs/heads/main@{#44171}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.