I changed the implementation to accept IPV6. Unfortunately, an IPV6 Address is not returning true through isReachable. Perhaps I really need root access fot the ICMP to work on IPV6 address.
Anyway, I am testing for IPV6 and using ping6 now on my local copy.. I will update the branch before the end of the day, and I should send a PR. On Tue, Nov 22, 2016 at 11:25 AM, Matt Pavlovich <[email protected]> wrote: > On 11/22/16 9:14 AM, Clebert Suconic wrote: >> >> On Tue, Nov 22, 2016 at 10:04 AM, Matt Pavlovich <[email protected]> >> wrote: >>> >>> Clebert- >>> >>> Can you clarify what you mean by: >>> >>> "..the server will shutdown.." >> >> >> >> the Network Checker will call server.stop(); >> >> >> The process will stay alive, waiting the network to come back, when is >> back.. it will call server.start() again. > > Good deal. Sounds good! -- Clebert Suconic
