commit | f783b938fa1cf9daafb9641652f677a33c506b2d | [log] [tgz] |
---|---|---|
author | Diep Bui <diepbp@webrtc.org> | Tue May 10 15:00:36 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 11 07:23:13 2022 |
tree | 69452a287c01be907c6e71e9c89c337ac85272eb | |
parent | a59311cd6fbea73696614c1898cae854da0208da [diff] |
Delay increasing estimate to the delay based estimate after loss happens. The change bounds the estimate increment by MaxIncreaseFactor in DelayedIncreaseWindow after seeing loss. MaxIncreaseFactor is set to 1000 to disable the change by default. Improve trendline integration: always allow to decrease the estimate, and only allow to increase the estimate if overusing and underusing are not in the state window. Other improvement: bound candidates by delay based estimate, instance upper bound, and bandwidth limit in the current window. Clean: remove the flag BackoffWhenOverusing since it has negative impacts when experimenting. Bug: webrtc:12707 Change-Id: Ia4c1e58d692071967e8807a8b9d64b8ae4caf837 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/261240 Reviewed-by: Per Kjellander <perkj@webrtc.org> Commit-Queue: Diep Bui <diepbp@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36847}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.