Add DHCP workaround to index

This commit is contained in:
Mygod
2018-08-13 01:51:21 +08:00
parent a9e483f3ff
commit b25f92843d

View File

@@ -94,7 +94,8 @@ Other:
* Several constants in `ConnectivityManager` is assumed to be defined as in `TetheringManager.kt`; * Several constants in `ConnectivityManager` is assumed to be defined as in `TetheringManager.kt`;
* `android.net.conn.TETHER_STATE_CHANGED` is assumed to be a sticky broadcast. * `android.net.conn.TETHER_STATE_CHANGED` is assumed to be a sticky broadcast.
For `ip rule` priorities, `RULE_PRIORITY_TETHERING` is assumed to be 18000. For `ip rule` priorities, `RULE_PRIORITY_SECURE_VPN` and `RULE_PRIORITY_TETHERING` is assumed to be 12000 and 18000
respectively. DHCP server like `dnsmasq` is assumed to run and send DHCP packets as root.
Undocumented system binaries are all bundled and executable: Undocumented system binaries are all bundled and executable: