commit | b78e6a93050f637148fd208a3743ee009615d2eb | [log] [tgz] |
---|---|---|
author | Victor Boivie <boivie@webrtc.org> | Fri Oct 20 11:16:35 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 01 16:17:13 2023 |
tree | a726aaefec1fa2f1a5ca46ffa30542ca96027934 | |
parent | 8039cdbe48f8c8bb91fa1761f807005a7b497196 [diff] |
dcsctp: Use TimeDelta in TX path This commit replaces the internal use of DurationMs, with millisecond precision, to webrtc::TimeDelta, which uses microsecond precision. This is just a refactoring. The only change to the public API is convenience methods to convert between DurationMs and webrtc::TimeDelta. Bug: webrtc:15593 Change-Id: Ida861bf585c716be5f898d0e7ef98da2c15268b7 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/325402 Commit-Queue: Victor Boivie <boivie@webrtc.org> Reviewed-by: Florent Castelli <orphis@webrtc.org> Cr-Commit-Position: refs/heads/main@{#41062}
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.