commit | d76e99ebcb97829902c8e9ba2f674000cf865a6c | [log] [tgz] |
---|---|---|
author | Jonas Oreland <jonaso@webrtc.org> | Thu Apr 10 08:18:38 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 10 11:01:10 2025 |
tree | 350f2d09abf5ee1bf6e3d99400d30e1346f72fcf | |
parent | 398cfd2394ec0128832c4e8d0f3b38c7a8f599f5 [diff] |
Add feature to set MTU on DTLS handshake To be used by dtls-in-stun (in follow up, see https://webrtc-review.googlesource.com/c/src/+/385680) The patch switches from BIO_CTRL_DGRAM_QUERY_MTU to SSL_set_mtu which is much easier to manage. BUG=webrtc:367395350 No-Iwyu: ssl_stream_adapter does include correct...#ifdef BORINGSSL Change-Id: I29bd14287e0cc28f9e58e70299e83e8f2735563c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/385720 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#44347}
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.