commit | 29cb0e7f70fbbc5a4679a71b6e5c31f46d0160ec | [log] [tgz] |
---|---|---|
author | Bjorn Terelius <terelius@webrtc.org> | Wed Nov 08 14:41:12 2017 +0100 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Nov 09 10:49:12 2017 +0000 |
tree | ab8788c38b55e5fd717243cfc8d4772b946bca50 | |
parent | 72c4250cabad8d754135d585863d1630fe04f7e3 [diff] |
Reset the delay-based estimate before forcing a new loss-based send rate. Without this fix the new estimate would be capped by the old delay-based estimate. Also revert a part of https://codereview.webrtc.org/2949203002 that only pushes updates from the delay-based estimate if the estimate change. This is reverted as a safety precaution to prevent situations where the two estimators get out of sync. Bug: webrtc:8495 Change-Id: I153f2af4a822e67d47c52bffc97a73ab931a15dd Reviewed-on: https://webrtc-review.googlesource.com/20981 Reviewed-by: Stefan Holmer <stefan@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20614}
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.