commit | 5c99c76255ee7bface3c742c25fb5617748ac86e | [log] [tgz] |
---|---|---|
author | sergeyu <sergeyu@chromium.org> | Tue Nov 15 20:25:33 2016 |
committer | Commit bot <commit-bot@chromium.org> | Tue Nov 15 20:25:37 2016 |
tree | f9a3eebc3b6ddf14c058ab1f9d63f5e44c640748 | |
parent | b2fcf6d96f4efdc7a606c1cc0f999932c63226d4 [diff] |
Start probes only after network is connected. Previously ProbeController was starting probing as soon as SetBitrates() is called. As result these probes would often timeout while connection is being established. Now ProbeController receives notifications about network route changes. This allows to start probing only when transport is connected. This also makes it possible to restart probing whenever transport route changes (will be done in a separate change). BUG=webrtc:6332 Review-Url: https://codereview.webrtc.org/2458863002 Cr-Commit-Position: refs/heads/master@{#15094}
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. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.