commit | 0453ef857f900dd0f230d3e654b54256512af64f | [log] [tgz] |
---|---|---|
author | Peter Boström <pbos@webrtc.org> | Tue Feb 16 15:23:08 2016 |
committer | Peter Boström <pbos@webrtc.org> | Tue Feb 16 15:23:16 2016 |
tree | b8f81e264aef7c281fc1e536fd623dc889d55efc | |
parent | 1794b2675f21997fca08f4e3ca275a276ce15fdd [diff] |
Prevent busy-looping PacedSender on small packets. Skip accounting for small packets and suspend the prober if no large-enough packets have been sent for some time. This especially seems to have triggered in audio-only calls where all packets are too small, making TimeUntilNextProbe return 0 forever, causing the module process thread to wake up forever. BUG=webrtc:5506 R=stefan@webrtc.org Review URL: https://codereview.webrtc.org/1688703002 . Cr-Commit-Position: refs/heads/master@{#11634}
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.