SCReAM: Add cwnd pushback calculation to ScreamNetworkController Calculate cwnd_reduce_ratio in ScreamNetworkController based on pacer queue size and data in flight exceeding max_data_in_flight. - Add min_pacing_delay_for_pushback (default 100ms) and max_pacing_delay_for_pushback (default 500ms) field trial parameters to ScreamV2Parameters. - Calculate cwnd_reduce_ratio using pacing_rate and pacer_queue_size_ or data_in_flight > max_data_in_flight. - Add unit tests verifying cwnd_reduce_ratio behavior when pacer queue grows/shrinks and when congestion window is full. Bug: webrtc:447037083 Change-Id: Ic7983241d7d41fdecc0eabbcf9fc384558631575 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/490860 Reviewed-by: Björn Terelius <terelius@webrtc.org> Commit-Queue: Per Kjellander <perkj@webrtc.org> Cr-Commit-Position: refs/heads/main@{#48225}
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.