InetAddress.getByName(address).isReachable(timeout);
I am using this line to ping, and i wonder what is the propriate timeout to ping ? I use 1000 but it doesn't work properly than i changed to 2000?
InetAddress.getByName(address).isReachable(timeout);
I am using this line to ping, and i wonder what is the propriate timeout to ping ? I use 1000 but it doesn't work properly than i changed to 2000?