commit | 1821faaa6cf6ee4ee24d980fc3996a45edc1b0eb | [log] [tgz] |
---|---|---|
author | Danil Chapovalov <danilchap@webrtc.org> | Tue Mar 28 11:17:57 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 28 16:43:24 2023 |
tree | ee141b4e0b74cda3db8ce750c4a20864a2b93c8a | |
parent | d93b7b91e09e9700efcab22e0c810dab918ce656 [diff] |
Cleanup AimdRateControl interface and unittests Pass FieldTrialsView by const& to note it can't be null and doesn't need to outlive the constructor In unittests use AimdRateControl object directly instead of through helpers Use unit types (TimeDelta, DataRate) directly, reducing their conversion to plain numbers Replace SimulatedClock with a single Timestamp now variable or constant Bug: None Change-Id: I147f85e629b4d8923aa19896ea211a6f9dca1e68 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/299260 Reviewed-by: Per Kjellander <perkj@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39707}
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.