commit | fbf0ac0ecd4e77040b381d395f55b5df43e4dba8 | [log] [tgz] |
---|---|---|
author | Victor Boivie <boivie@webrtc.org> | Fri Mar 18 08:38:48 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 31 13:36:12 2022 |
tree | b70cb110300e2343e8f6fef2a25f78b388004f8c | |
parent | d7e5cfb3cfd59ca12f650bf371c27d939d257058 [diff] |
dcsctp: Clarify current behavior of stream reset RFC8831, section 6.7 states that closing a data channel MUST be signaled as resetting an outgoing stream, and that will ensure that all messages are either delivered or abandoned before the stream is reset. In the current implementation, dcSCTP has opted to abandoned any queued messages that haven't been partially sent. And this CL simply adds more documentation around this choice. It's subject to change and a client implementation shouldn't depend on any such behavior as the RFC allows the implementation to decide. Bug: None Change-Id: I60305fe396a6a3f494d823c71e092acfeb6075b7 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/257167 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Victor Boivie <boivie@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36395}
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.