commit | aae2784c1fab9d1510393dec15d76caa574e2da8 | [log] [tgz] |
---|---|---|
author | honghaiz <honghaiz@webrtc.org> | Mon Oct 10 23:00:41 2016 |
committer | Commit bot <commit-bot@chromium.org> | Mon Oct 10 23:00:49 2016 |
tree | 08a0af6f7f4d3dd081ad6965858ddc6ec1e1996a | |
parent | 8ff52cc7bc4e72f8967f15450aec30a6f766a3f5 [diff] |
Prune connections based on network name. Previously we prune connections on the same network pointer. So if an IPv6 and an IPv4 network are on the same network interface, IPv4 connection won't be pruned even if an IPv6 connection with higher priority becomes writable. With this change, as long as one connection becomes writable, all connections having lower priority with the same network name will be pruned. Also simplify the implementation. BUG=webrtc:6512 Review-Url: https://codereview.webrtc.org/2395243005 Cr-Commit-Position: refs/heads/master@{#14593}
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.