commit | 98d4b5947e9d1c0e6709fca5f65d1d725ed941ad | [log] [tgz] |
---|---|---|
author | Jonas Oreland <jonaso@webrtc.org> | Mon Mar 17 08:40:12 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 17 10:13:09 2025 |
tree | 0dcfc7473fbe283f18415e15107f6a783100cf65 | |
parent | 2f3b8b08b68b12ef54bf8042bd4b5ca297d4ff19 [diff] |
dtls-in-stun: Move period dtls sender into DtlsTransport and out of P2PTransportChannel. Much better! This is a pure NOP refactoring, only moving code. This move enables a (relatively) short unit test that fails without the moved code. Before this patch, that moved code in P2PTransportChannel was only tested using DataChannelInegrationTest (i.e. not a unit test). BUG=webrtc:367395350 Change-Id: I5872737e88193da0102f609244678b6dbe60b226 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/381281 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Jonas Oreland <jonaso@webrtc.org> Auto-Submit: Jonas Oreland <jonaso@webrtc.org> Cr-Commit-Position: refs/heads/main@{#44137}
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.