I want to see if host is reachable, but this following code always return false...
final InetAddress geek = InetAddress.getByName("I insert here the server ip");
return geek.isReachable(3000);
I want to see if host is reachable, but this following code always return false...
final InetAddress geek = InetAddress.getByName("I insert here the server ip");
return geek.isReachable(3000);