commit | b0acde349cee0b05b34d5db96ad31880385d6746 | [log] [tgz] |
---|---|---|
author | Victor Boivie <boivie@webrtc.org> | Tue Dec 03 09:15:50 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 04 14:10:32 2024 |
tree | 802c75411117c1e86076acac6afe948e6c2895f5 | |
parent | 1d2f30b8b9bc5e8e942f26246bdac55ba7350683 [diff] |
dcsctp: Add handover test for interleaved streams This test was missing, which made me believe that it wasn't supported as the handover state only included SSN and not MID. But when adding tests, I saw that the current implementation used the SSN field to handover the MID information for ordered streams which is sufficient given the 32 bit type used for that (SSNs are only 16 bits). For unordered streams, there is no need to handover any state there are no expected next MID for unordered streams (they can be received in any order). So, adding tests and removing the handover state I just added. Bug: webrtc:41481008 Change-Id: If1799cb1def5bd9f585a87cff6d835f4a9053b4f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/370121 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Victor Boivie <boivie@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43495}
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.