commit | 4ff5443e4e6191f66ca5b8a9181220b50996d2ca | [log] [tgz] |
---|---|---|
author | Qingsi Wang <qingsi@google.com> | Fri Mar 02 02:25:20 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Sun Mar 04 21:37:21 2018 |
tree | da1f70c1ebf16301d48845b378d7d5df5fef7626 | |
parent | afe9eb33ddc8df674a2c2ba9e1aa2f03faadf0c4 [diff] |
Fix bugs in collecting STUN candidate stats and configuring STUN candidate keepalive intervals. StunStats for a STUN candidate cannot be updated after the initial report in the stats collector. This is caused by the early return of cached candidate reports for future queries after the initial report creation. The STUN keepalive interval cannot be configured for UDPPort because of incorrect type screening, where only StunPort was supported. TBR=pthatcher@webrtc.org Bug: webrtc:8951 Change-Id: I0c9c414f43e6327985be6e541e17b5d6f248a79d Reviewed-on: https://webrtc-review.googlesource.com/58560 Commit-Queue: Qingsi Wang <qingsi@google.com> Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22278}
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.