commit | d2293265785a1948d1dafb162e6cee1a4ffa4fe1 | [log] [tgz] |
---|---|---|
author | Tommi <tommi@webrtc.org> | Thu Apr 14 18:18:03 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 14 21:04:50 2022 |
tree | 056b753e693201fda537a9ce8859fb2dd1ff2067 | |
parent | 8a1a0af36fae1a5d02ab2250fc266a67923d43b9 [diff] |
[Connection] Replace `pending_delete_` with `!port_`. `pending_delete_` was being used to protect from referencing a potentially bad `port_` pointer. We now use a WeakPtr for the port reference, which we clear inside of the Destroy() method. This means we don't need both flags. Bug: webrtc:13892 Change-Id: I9427829444486e97d30752893ba2a30b153a70e5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/258980 Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36554}
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.