commit | 6e11efa6dced914e6f0927db3fcc92d875ec2cf5 | [log] [tgz] |
---|---|---|
author | Irfan Sheriff <isheriff@google.com> | Tue Aug 02 19:57:37 2016 |
committer | Irfan Sheriff <isheriff@google.com> | Tue Aug 02 19:57:46 2016 |
tree | de4a05716608c103ef3f034f67b54b95bb7ffd97 | |
parent | 469df938e9266d653af906193b17d2381b624d5e [diff] |
Bitrate prober and paced sender improvements - Removes unnecessary casts to compute timedelta. - Renames ProbingState for clarity. This should help when we probe mid-call. - Enables probing by default to avoid checking on each incoming packet. - Removes duplicate probing state tracking in paced sender. These duplicate states were conflicting at times. - Removes passing through packets for bug 5307 which seems long fixed. - Cleanup handling of time_last_send_ms and avoid side effects of changing probing state at TimeUntilNextProbe(). - Clear cluster data when probing is restarted to avoid having old data after a reset. BUG=5859 R=stefan@webrtc.org Review URL: https://codereview.webrtc.org/2182603002 . Cr-Commit-Position: refs/heads/master@{#13612}
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.