* Set the network to be used by the given socket file descriptor.
*
@@ -70,7 +68,7 @@ typedef uint64_t net_handle_t;
* This is the equivalent of: [android.net.Network#bindSocket()](https://developer.android.com/reference/android/net/Network.html#bindSocket(java.net.Socket))
@@ -87,7 +85,7 @@ int android_setsocknetwork(net_handle_t network, int fd);
* This is the equivalent of: [android.net.ConnectivityManager#setProcessDefaultNetwork()](https://developer.android.com/reference/android/net/ConnectivityManager.html#setProcessDefaultNetwork(android.net.Network))