commit | 2545257982a3c27daca1e333f8fdc2e86c486563 | [log] [tgz] |
---|---|---|
author | Tommi <tommi@webrtc.org> | Tue Apr 12 10:51:40 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 12 11:52:21 2022 |
tree | 3ef528348442dab045e62366f1d23c89cfe37fd1 | |
parent | 424cc65a4a007b08a691b6417e212e24fb4954fb [diff] |
[StunRequestManager] Use unique_ptr in RequestMap This removes the circular delete/remove pattern between the StunRequest and StunRequestManager whereby deleting a request would call the manager from the dtor to do a lookup+erase from the map. Instead the operation of removing from the map, equals delete and is controlled by the manager (owner) class. Bug: webrtc:13892 Change-Id: I1920ac4b98636d38b851f4c2057026bfbd392584 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/258660 Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36532}
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.