SCReAM v2: Parse TransportPacketsFeedback once into ScreamFeedback This CL introduces the ScreamFeedback struct, allowing SCReAM v2 to parse feedback messages exactly once in ScreamV2::OnTransportPacketsFeedback and pass the parsed structure to other subcomponents (LossEstimator and DelayBasedCongestionControl). This eliminates multiple redundant packet loops, O(N log N) sorting passes, and vector heap allocations per incoming feedback message. Bug: webrtc:447037083 Change-Id: I53750f4600cb8f0032dae64a956935a10440371e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/476700 Commit-Queue: Per Kjellander <perkj@webrtc.org> Reviewed-by: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/main@{#47861}
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.