commit | be5bc3238c657b45c7ff876f3bcd459315ab2b63 | [log] [tgz] |
---|---|---|
author | pauljensen <[email protected]> | Mon Oct 05 20:39:27 2015 |
committer | Commit bot <[email protected]> | Mon Oct 05 20:40:07 2015 |
tree | b7f85af7e29fc52338647825ca3cf437f480aae9 | |
parent | dc67237b8beb43a3389c38861c9c153cbb374a91 [diff] |
NetworkChangeNotifier interface for tracking networks. Design doc: https://goo.gl/QXm4Kk Add NetworkChangeNotifier APIs for tracking when individual networks come and go. This API will be useful for implementing intelligent QUIC connection migration. Implementation of the new APIs for Android Lollipop and newer releases. A ConnectivityManager.NetworkCallback is registered to monitor when individual networks come and go in order to calculate when to send the new notification APIs. Allow binding UDP sockets to a specific network on Android Lollipop and newer releases. Review URL: https://codereview.chromium.org/1340083002 Cr-Commit-Position: refs/heads/master@{#352414}