commit | 36f50e8e4e3e947ad8db1179e358b11431a8f079 | [log] [tgz] |
---|---|---|
author | honghaiz <honghaiz@webrtc.org> | Wed Jun 01 22:57:03 2016 |
committer | Commit bot <commit-bot@chromium.org> | Wed Jun 01 22:57:12 2016 |
tree | 287ebc9ba9366b42e6aa5b05281446bebb9beb4d | |
parent | 453018a29e14ad7c82b0c41c22cbfa1f5718ecb6 [diff] |
Create a new connection if a candidate reuses an address If the remote side sends a candidate with the same address and port with an existing candidate, but with a new ufrag and pwd, the local client will create a new connection from it and destroy the old connection with the same remote address. BUG=webrtc:5915 Review-Url: https://codereview.webrtc.org/2018693002 Cr-Commit-Position: refs/heads/master@{#13000}
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.