commit | 7d8d64323cf1f0d73337d9b9e5f167779dec3a20 | [log] [tgz] |
---|---|---|
author | Diep Bui <diepbp@webrtc.org> | Fri Nov 11 13:51:09 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 15 14:53:05 2022 |
tree | ac66297bd9629de6bc6a5089a0c0cda252cf52a1 | |
parent | 9b68e35baa2dfd1626fbc3013cbc39968fb30fb0 [diff] |
Bound loss based estimate by upper link capacity when bandwidth is loss limited. Motivation: loss based ramp-up can be incorrect when (1) bandwidth is loss limited, and (2) delay based estimate might be incorrect due to no delay signals. Therefore, bounding the loss based estimate by the delay based estimate is not much helpful in those cases. Thus strengthening the bounding logic by using upper link capacity is one of solutions to avoid incorrect ramp-up. Without the change: screen/qmLedxapJWvUTmn With the change: screen/8sQcksWa6CptywK Bug: webrtc:12707 Change-Id: I32ba82693b3ffa83cbb89c2cc9690fe16fb10c78 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/283085 Commit-Queue: Diep Bui <diepbp@webrtc.org> Reviewed-by: Per Kjellander <perkj@webrtc.org> Cr-Commit-Position: refs/heads/main@{#38626}
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.