commit | 5e21262a44e10f9062c81e890ce7120b404b1505 | [log] [tgz] |
---|---|---|
author | Victor Boivie <boivie@webrtc.org> | Fri May 27 07:21:20 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 01 10:59:25 2022 |
tree | b1fc40fdbff852b92b674a46056e004a9d5d7df2 | |
parent | 3e4e05d28bdabeb3edaab219eb8a2d93a9614560 [diff] |
dcsctp: Add API for lifecycle events This CL adds the API to enable message lifecycle events to be generated. Those can in turn be used to generate metrics, e.g. latency metrics tracking the time to send a message, the time until it's acknowledged, and metrics tracking how often messages are expired. This will be used to validate that message interleaving really improves latency for high priority data channels. The actual implementation of the API will be provided in follow-up CLs. Bug: webrtc:5696 Change-Id: Ic06f8244d1c79a336975e35479130521dff17519 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/264141 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Victor Boivie <boivie@webrtc.org> Reviewed-by: Florent Castelli <orphis@webrtc.org> Commit-Queue: Victor Boivie <boivie@webrtc.org> Cr-Commit-Position: refs/heads/main@{#37396}
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.