commit | b506d68f2a4c36f9bc68dc76fde0e4edfb4a264e | [log] [tgz] |
---|---|---|
author | Victor Boivie <boivie@webrtc.org> | Thu Nov 30 12:06:03 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 30 17:27:52 2023 |
tree | 7bb2c603c0a300ddb78fb0ce8b0df72f8b355a1c | |
parent | 24510d43dccc88a47e2cd139b2190e25d4c7b700 [diff] |
dcsctp: Remove deprecated delivery checks With https://webrtc-review.googlesource.com/c/src/+/321603, the responsibility to not ingest duplicate received chunks was moved from the reassembly queue to the data tracker. But in that CL, we couldn't remove updating the internal variables in the reassembly queue, because those were included in the handover state. Now that time has passed, we can remove this code altogether as nothing was ever reading from these variables - only writing to them. Bug: webrtc:14600 Change-Id: Icf958c75f74974be6cad7cd827cf49b3ab2f5412 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/329300 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Victor Boivie <boivie@webrtc.org> Cr-Commit-Position: refs/heads/main@{#41291}
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.