commit | c35a3f13c7980b0afbb26d901df4bc2e6f45fa3f | [log] [tgz] |
---|---|---|
author | Markus Handell <handellm@webrtc.org> | Fri Mar 03 09:04:27 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 03 16:08:07 2023 |
tree | 57ba655cb23d6f59e3619eb276fe0eea9de91945 | |
parent | 28c4986e1b44b3d61f429d8bf560ce1d727bd3e4 [diff] |
RtpSenderEgress::SendPacket: avoid PostTasks. Under the combined network/worker thread project, tasks are unnecessarily posted to the same thread. Avoid this by posting only if invoked on a diffferent sequence. TESTED=presubmit + local Meet calls. Bug: webrtc:137439 Change-Id: I9befde0583b214ebe014617695c2eb9f047de8a0 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/295869 Commit-Queue: Markus Handell <handellm@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39472}
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.