commit | 381b4217cb36f434c56e399a852a0a15522a9596 | [log] [tgz] |
---|---|---|
author | Honghai Zhang <honghaiz@webrtc.org> | Fri Dec 04 20:24:03 2015 |
committer | Honghai Zhang <honghaiz@webrtc.org> | Fri Dec 04 20:24:10 2015 |
tree | 1c780ec4414faee27c06bfa76cf3e5b497f31ff0 | |
parent | 45b0efd378abef87676e6ec55516b10ce583ddac [diff] |
Ping backup connection at a slower rate and make it configurable from the app. Changed the decision on whether a connection is pingable: 1.Check whether a connection is a backup connection. A connection is considered as a backup connection only if the channel is complete, the connection is active and it is not the best connection. 2. Ping a non-backup connection if it is active and for backup connection, ping it at a slower rate. Note the default behavior is the same as before. Also cached the channel state since we are accessing it more often. BUG=webrtc:5034 R=pthatcher@webrtc.org Review URL: https://codereview.webrtc.org/1455033004 . Cr-Commit-Position: refs/heads/master@{#10900}
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. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.