commit | 351d77b702d61eef28c4b6273e0c091ce177d1a0 | [log] [tgz] |
---|---|---|
author | Honghai Zhang <honghaiz@webrtc.org> | Fri May 20 22:08:29 2016 |
committer | Honghai Zhang <honghaiz@webrtc.org> | Fri May 20 22:08:37 2016 |
tree | 1082c5aa3136d10601f1bdfe29060cad9be5fae2 | |
parent | f7f62902c2702ebe0dd470fb9975d029b742144f [diff] |
Update the type and cost of existing networks if the network monitor detects it after the native code does. Also set the network cost for ethernet, wifi, unknown, cellular network type to be 0, 10, 50, 900, so that unknown networks will have lower precedence than known networks with low cost (like Wifi) but higher precedence than known networks with high cost. And third, infer network type based on limited name matching in Android if there is no network monitor or network monitor did not find the type. BUG=webrtc:5890 R=pthatcher@chromium.org, pthatcher@webrtc.org Review URL: https://codereview.webrtc.org/1976683003 . Cr-Commit-Position: refs/heads/master@{#12833}
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.