ScreamV2, add application limited state To enter application limited state: bool alr = max_allowed_ref_window() < ref_window_ In application limited state, smoothed RTT use a slower EWMA filter in order to reduce RTT variations. It make RTT decrease slower due to that link capacity is not utilized. It make RTT increase slower in order to not decrease target rate due to RTT spikes. RTT is still updated though to ensure that RTT eventually will decrease to avoid getting stuck at a low target rate if RTT was high due to a delay spike when entering application limited state. ref_window_ will not increase in application limited state. Bug: webrtc:447037083 Change-Id: I2c5767bfeefc822031ffaf9eaf74b19759cc511b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/469940 Reviewed-by: Björn Terelius <terelius@webrtc.org> Commit-Queue: Per Kjellander <perkj@webrtc.org> Cr-Commit-Position: refs/heads/main@{#47639}
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.