commit | 3ed2b8d0b4deeafb51abe1e51aa0a7c241bfc1ba | [log] [tgz] |
---|---|---|
author | Victor Boivie <boivie@webrtc.org> | Mon Sep 06 20:16:09 2021 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 08 22:06:04 2021 |
tree | 026ff56a13bf64847334bc9e48217e823e56f960 | |
parent | 211bf7b2537cdc7bf51a495ba83a5dd1011c4949 [diff] |
dcsctp: Use integer math in RTO calculations Following Congestion avoidance and control by V. Jacobson at https://dl.acm.org/doi/10.1145/52324.52356, use integer math instead of floating point. Not that it matters, but it results in some code size savings, and is more efficient. Due to not using floating point math, some golden values in test cases were rounded a bit differently. Bug: webrtc:12614 Change-Id: I0b7d54b8fd9ce7156e6b2582437ef5720f8838ea Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/231229 Reviewed-by: Florent Castelli <orphis@webrtc.org> Commit-Queue: Victor Boivie <boivie@webrtc.org> Cr-Commit-Position: refs/heads/main@{#34956}
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.