commit | 1b0371a54e601476e660c3d668561782eed16ffc | [log] [tgz] |
---|---|---|
author | Olov Brändström <brandstrom@google.com> | Tue Nov 19 14:22:15 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 22 07:36:06 2024 |
tree | 13271b8b09566c6e206922651b5249cef828ceca | |
parent | 319892c4d90f9c54ca075fc32816e52e9fc9074b [diff] |
Reduce the moving median window size in Remote ntp time estimator. Too big median window will cause errors with large clock drifts, since we'll end up using old values for estimated clock drift. If the window is too small, the remote clock offset estimation could be noisy or we could even end up using outliers as the offset estimation. I will not claim that I choose the correct value, and I'm not sure how to measure the quality of the remote clock offset estimations. Bug: webrtc:379809147 Change-Id: Ib317548d3eec74105d468ef53830e12eb114df7d Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/368580 Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Commit-Queue: Olov Brändström <brandstrom@google.com> Cr-Commit-Position: refs/heads/main@{#43439}
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.