commit | 2c8773b2bd70652ba3230294aced7b5df4509123 | [log] [tgz] |
---|---|---|
author | Taylor Brandstetter <deadbeef@webrtc.org> | Fri Mar 16 17:20:29 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Mar 21 18:16:48 2018 |
tree | be497698a9cd75f8ef13e2bb9cc54d78e2b08c61 | |
parent | 32362a672994802d66e562569c2c9ecfe653dbb9 [diff] |
Avoid DCHECK in P2PTransportChannel::MorePingable. Some implementations of std::max_element (used to find the "most pingable" connection) seem to compare an element with itself, which MorePingable doesn't handle. Fixing by handling the self-comparison outside MorePingable. Bug: webrtc:8697 Change-Id: Ieb34580f52037639c00041a4e65901cad92d0971 Reviewed-on: https://webrtc-review.googlesource.com/62402 Reviewed-by: Qingsi Wang <qingsi@webrtc.org> Commit-Queue: Taylor Brandstetter <deadbeef@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22543}
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.