commit | 6cbff752f52bf3f70168d551c33ce719bd8e0663 | [log] [tgz] |
---|---|---|
author | Lennart Grahl <lennart.grahl@gmail.com> | Mon Jun 22 12:10:07 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jul 01 14:03:44 2020 |
tree | bb275ae03efb6f3dce89b357f674dd9903e60ac5 | |
parent | 26d4f9cd398fa4d98408daccd54246c9af59a624 [diff] |
Fix data channel message integrity violation SCTP message chunks and notifications are being delivered interleaved. However, the way the code was structured previously, a notification would interrupt reassembly of a message chunk and hand out the partial message, thereby violating message integrity. This patch separates the handling of notifications and reassembly of messages. Additional changes: - Remove illegal cast from non-validated u32 to enum (PPID) - Drop partial messages if the SID has been changed but EOR not yet received instead of delivering them. (This should never happen anyway.) - Don't treat TSN as timestamp (wat) Bug: webrtc:11708 Change-Id: I4e2fe2262feda2a96d2ae3f6ce9b06370d9878ae Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/177527 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Taylor <deadbeef@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Tommi <tommi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31605}
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.