InetAddress.isReachable(NetworkInterface , int ttl, int timeOut) return true if the specific address is reachable in number of hops from ttl, other wise false.
Can I also know from which IP address it got the success or failure message? I meant can I have the IP of intermediate hops from which isReachable gets success or failure resposne.