commit | 4932aa185cc5320f05174a10501394b11df63c2d | [log] [tgz] |
---|---|---|
author | Sebastian Jansson <srte@webrtc.org> | Mon Aug 06 14:01:16 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Aug 22 09:47:02 2018 |
tree | 4afb51626eda8523ffeabaf090d0923c90eeaa88 | |
parent | 31b0b4534f0c35fc3e68a12e2cffddb4ad1ea348 [diff] |
Avoids posting tasks in congestion controller. This CL makes calls to send side congestion controller that originates from the task queue execute directly rather than posting a task. This ensures that side effects are applied by the time the call returns. This reduces the risk that the task queue version of the congestion controller introduces races that does not exist in the process thread based version. Bug: webrtc:9586 Change-Id: I82de032dc971c791a0f86d20ccbd47cbb09eba4b Reviewed-on: https://webrtc-review.googlesource.com/85360 Commit-Queue: Sebastian Jansson <srte@webrtc.org> Reviewed-by: Christoffer Rodbro <crodbro@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24382}
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.