commit | 947120f9694511b3293f98549a72d0d4d8329043 | [log] [tgz] |
---|---|---|
author | Sebastian Jansson <srte@webrtc.org> | Mon Mar 26 12:56:37 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Mar 26 13:48:10 2018 |
tree | 4a39d3857fbcb6dcc922883994f783b6c288730d | |
parent | 5f22365dd75482630b99857e04f75453496a13e8 [diff] |
Fix of race on access to send side congestion controller. Modifies RtpTransportControllerSend to store a raw pointer to send side congestion controller(SSCC). This avoids a race between destruction of the send_side_cc_ unique pointer and calling AvailableBandwidth on the SSCC instance from the OnNetworkChanged callback. Bug: None Change-Id: I11f414d7db48ab0b29a049b9488b073c1551113d Reviewed-on: https://webrtc-review.googlesource.com/64640 Commit-Queue: Sebastian Jansson <srte@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22604}
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 http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.