commit | 625884e7caeefa1dc1d707365f087734585ec544 | [log] [tgz] |
---|---|---|
author | Victor Boivie <boivie@webrtc.org> | Fri Jan 31 13:54:41 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 12 14:09:39 2025 |
tree | b840288c40867dc90e137b9ab47938363f73bf69 | |
parent | 762faa79fc2e76f688351366d5c4296ef0c128d6 [diff] |
dcsctp: Refactor rr_send_queue_test This test used a fixture to create the send queue, but that makes it hard to construct them with different parameters in some tests. This refactoring removes the test fixture and creates the queue in each test, which improves test readability instead, as there will be no need for remembering how it was created - that's given by each test now. Bug: webrtc:393540127 Change-Id: I8d158b6ff57fe9cb03b2762d736cf79afbbb8283 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/376100 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Victor Boivie <boivie@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43880}
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.