commit | f633ab4d210ac9897f6c25455ea77467bc4611f6 | [log] [tgz] |
---|---|---|
author | Danil Chapovalov <danilchap@webrtc.org> | Wed Aug 27 08:56:28 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 27 11:09:34 2025 |
tree | 8b2f757ef9871aec06acbac32ff5e978aa24947c | |
parent | f27f53484eefa9a9a84371aeef01748b21b0a4b7 [diff] |
Remove usage of RateTracker in ReceiveStatisticsProxy To reduce usage of global time functions: RateTracker relies on global clock, replacement code uses injected clock. This usage of RateTracker queries only total rate which doesn't need bucketing feature of RateTracker and can be implemented with a simple counter. Bug: webrtc:42223992 Change-Id: I9fee8bbf68be6edde400d147d675ccb8979e01d8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/406581 Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Cr-Commit-Position: refs/heads/main@{#45453}
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.