commit | e0b45c268e26ca97e0a8b71fc04416bf5ddddb63 | [log] [tgz] |
---|---|---|
author | Victor Boivie <boivie@webrtc.org> | Thu Aug 18 21:12:31 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 23 08:51:38 2022 |
tree | 975c71e40be141d866f60a2d16fe9fccd16a760e | |
parent | 2b1e0cf932054301d4f77003651cfda49624f6f5 [diff] |
dcsctp: Expose negotiated stream counts To allow the transport to be able to know which ranges of stream identifiers it can use, the negotiated incoming/inbound and outgoing/outbound stream counts will be exposed. They are added to Metrics, and guaranteed to be available from within the OnConnected callback. In this CL, dcSCTP will not validate that the client is sending on a stream that is within the negotiated bounds. That will be done as a follow-up CL. Bug: webrtc:14277 Change-Id: Ic764e5f93f53d55633ee547df86246022f4097cf Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/272321 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Victor Boivie <boivie@webrtc.org> Cr-Commit-Position: refs/heads/main@{#37876}
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.