commit | 5b4c651d67f5249ae68696ed87524bc76526c1ef | [log] [tgz] |
---|---|---|
author | Harald Alvestrand <hta@webrtc.org> | Tue Feb 28 08:25:34 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 28 08:50:55 2023 |
tree | ea6d0d6f82d18fe2c3d87084c687fa67a084cc81 | |
parent | 437bf78ed9518b21fc39b94f6ee42d5b157e6084 [diff] |
Add integration test for NACK functionality This adds a test that sets the required feedback mechanisms to get NACK configured for video, connects, and then sets packet loss to 100%. The expected result is that the receiver sends NACK; this will cause the test to set packet loss to 0%, so the next NACK sent should get to the sender and cause retransmission. This is explicating a problematic case in splitting media channel. Bug: webrtc:13931 Change-Id: I0c23c4a89953976454d84b0211f0a7545bbb717a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/293720 Commit-Queue: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Henrik Boström <hbos@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39412}
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.