commit | 032805068ca439dc754b6a3efe67f07db7983220 | [log] [tgz] |
---|---|---|
author | Victor Boivie <boivie@webrtc.org> | Fri Dec 01 18:48:10 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Dec 04 10:10:47 2023 |
tree | 32ccae6522faaecf50bbaf3b1f231463a7a60f50 | |
parent | 2ca1d0f8098b035c1479efe67fb7c2b22f6bcdeb [diff] |
dcsctp: Calculate next_tsn Before this CL, the next_tsn was stored as a variable, but that was not needed as it can be calculated from the higest outstanding TSN. The next TSN is simply the value after the highest outstanding TSN. The highest outstanding TSN calculation could be simplified as well, as the outstanding_data_ is contiguous list of TSNs counted from last_cumulative_tsn_ack_. Bug: None Change-Id: Iafe188683427b5f2959d5ce2b19b5943d4760791 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/329421 Commit-Queue: Victor Boivie <boivie@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#41303}
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.