commit | e32b6228d35f63626aa934f8a538caaefe0e8031 | [log] [tgz] |
---|---|---|
author | Markus Handell <handellm@webrtc.org> | Mon May 08 22:59:46 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 09 08:40:26 2023 |
tree | f2ed03ec3ba102eb1e63f61ffca524ff59fcc763 | |
parent | 9be593f34067995e049122eac10ce7b3dc56361a [diff] |
RtpTransportControllerSend::ProcessSentPacket: remove PostTask. This CL removes a PostTask in response to packet receipt reception. This is made possible due to PacketRouter lock removal in https://webrtc-review.googlesource.com/c/src/+/300964. Depending on how transport code is organized, this may lead to possibility of packet receipts arriving in RtpTransportControllerSend which may re-enter the PacingController's ProcessPackets method, leading to out-of-order packet sends. Fix this by detecting re-entry and avoiding a second ProcessPackets call in the TaskQueuePacedSender. Bug: chromium:1373439 Change-Id: I24928f2d28a240d0860fe7e4a114cedf1f13d2bd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/304580 Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Markus Handell <handellm@webrtc.org> Reviewed-by: Stefan Holmer <stefan@webrtc.org> Reviewed-by: Per Kjellander <perkj@webrtc.org> Cr-Commit-Position: refs/heads/main@{#40017}
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.