commit | 9688ced75a2c065d97b453aa363e5e5595b547c7 | [log] [tgz] |
---|---|---|
author | Per K <perkj@webrtc.org> | Wed Jul 02 18:15:43 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 03 07:22:15 2025 |
tree | 33eda4d86bc0d358282aa70a850497281e2b5d43 | |
parent | 0a7647956afd6b3b8ada4bd05aa416368c41952b [diff] |
Reland "Introduce NetworkQueue interface" Original cl in the first patch set. The cl was reverted due to that webrtc::FakeNetworkPipe still is in use from several threads. FakeNetworkPipe hase its own lock. Therefore, the sequence checker is removed in patch 2. This reverts commit 3ca21dedefc7d5e6e7498593f1fdb2c16440834f. Original cl description: The purpose of the interface is to allow network simulations to implement their own queueing. The existing SimulatedNetwork is refactored to use a NetworkQueue interface. Per default a simple LeayBucket is used that has the same behavior as SimulatedNetwork today. Bug: webrtc:42225697 Change-Id: I4cfe36d2dbfb23582b78b2f97496bfa5316cc385 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/399000 Commit-Queue: Per Kjellander <perkj@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#45081}
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.