commit | f9945b2d1aa2d78b19987219ea872605167d7b5f | [log] [tgz] |
---|---|---|
author | Honghai Zhang <honghaiz@webrtc.org> | Tue Dec 15 20:20:13 2015 |
committer | Honghai Zhang <honghaiz@webrtc.org> | Tue Dec 15 20:20:22 2015 |
tree | a1ec58952545344a00addd6b455528491f80ee49 | |
parent | 949028fbf1e9a01fb96b186b95606c0096e7d13f [diff] |
Only try to pair protocol matching candidates for creating connections. If the local port and the remote candidate's protocols do not match, do not even try to pair them. This avoids printing out confusing logs like "Attempt to change a remote candidate..." in p2ptransportchannel when two remote candidates have the same port number but different protocols. BUG= R=pthatcher@webrtc.org Review URL: https://codereview.webrtc.org/1516613002 . Cr-Commit-Position: refs/heads/master@{#11034}
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.