commit | e6826d246148b79d1accbc1f4e63c639a3885f85 | [log] [tgz] |
---|---|---|
author | Qingsi Wang <qingsi@google.com> | Thu Mar 08 22:55:14 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Mar 09 08:09:43 2018 |
tree | 563180724ce6dc2bd37104a08b25deb6785a2d41 | |
parent | 6d72c3258ff5b9a887fbf23f70dd60dddb4dfbf1 [diff] |
Add configurable connectivity check intervals. The connectivity check intervals for candidate pairs with strong and weak connectivity are currently constants in the ICE implementation. A set of suboptimal value of these constants for a given application may result in undesirable behavior including excessive network switching latency. This CL adds these intervals to RTCConfiguration that is available to applications to configure, while maintaining the original constants as their default value for compatibility with existing applications. Bug: webrtc:8988 Change-Id: I804b0f4cf7881be7d3c8aec2776bc9596de72482 Reviewed-on: https://webrtc-review.googlesource.com/60585 Commit-Queue: Qingsi Wang <qingsi@google.com> Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22351}
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 http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.