commit | 4df984d19deb8e2ee8f4234d73fd75cb7934698c | [log] [tgz] |
---|---|---|
author | Jonas Oreland <jonaso@webrtc.org> | Fri Mar 07 09:32:06 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 07 11:13:21 2025 |
tree | ad1b6248c50dda2711a3866b1b87b3d5cb194b41 | |
parent | 18161529fd478d165a646090984b73a4d61605fd [diff] |
dtls-in-stun: Add callback for disabling of piggybacking This patch adds a callback for when the piggyback controller discovers that peer does not support piggybacking. The existing code detected this inside the controller but did not inform the transport. This led to the transport (server) not caching a client hello message AND resetting the dtls state much too late causing the handshake to fail! BUG=webrtc:367395350 Change-Id: Ib45eed90d7b28d9a1f652bc904a3c278a02ebf68 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/380360 Commit-Queue: Harald Alvestrand <hta@webrtc.org> Auto-Submit: Jonas Oreland <jonaso@webrtc.org> Commit-Queue: Jonas Oreland <jonaso@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#44065}
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.