zoukankan      html  css  js  c++  java
  • MULTI-INTERFACE CONNECTIVITY ON ANDROID


    http://varun-anand.com/publications/Thesis.pdf



    2.1.1 Android Connection Management

    The Network State Tracker is responsible for tracking any changes in the net- work state from the underlying kernel. This component maintains the state of an interface. Whenever an interface goes up or down, this component notifies the ConnectivityService module which then takes appropriate action based on whether the interface got connected or disconnected.

    Based on state change of a network interface, ConnectivityService module takes one of the following two actions:

    handleConnect : This module manages the environment for the device to establish connectivity through the particular interface. It mainly takes care of updating DNS server entries (part of Android property system) and updates the kernel routing table with network routes. It is also responsible for keeping only one interface active based on priority.

    handleDisconnect: This module manages disconnection of network interfaces. It clears the kernel routing entries and DNS server entries from the Android property system.


  • 相关阅读:
    fidller 打断点
    随笔
    HTML标签介绍
    补充9.27----9.28
    html5_______9.26
    9.14
    9.13笔记
    9.12笔记
    CSS样式的引用
    html5_______9.10
  • 原文地址:https://www.cnblogs.com/ztguang/p/12646112.html
Copyright © 2011-2022 走看看