| commit | 833369b1fcc1ce08023cab19c8242eb9268c07c3 | [log] [tgz] |
|---|---|---|
| author | Evan Shrubsole <eshr@webrtc.org> | Mon Jul 07 09:16:41 2025 |
| committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 07 11:53:12 2025 |
| tree | d5266bc51086c339b36cd237e9897b6a0d1c8210 | |
| parent | 3e4e4a19f94f89102c81bd3c8e314b2ae9736478 [diff] |
Revert "Reland "Introduce NetworkQueue interface"" This reverts commit 9688ced75a2c065d97b453aa363e5e5595b547c7. Reason for revert: Breaks chromium roll https://chromium-review.googlesource.com/c/chromium/src/+/6707926 Bug: webrtc:42225697 Original change's description: > 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} Bug: webrtc:42225697 Change-Id: I49088fc6a034f5fc33e00e35db7ba3f61587c353 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/399321 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Per Kjellander <perkj@webrtc.org> Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Evan Shrubsole <eshr@webrtc.org> Cr-Commit-Position: refs/heads/main@{#45107}
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.