Re: A behavior difference about reachable test for address zero

2011-11-25 Thread Sean Chou
No. Once before a time there was a testcase about it, so I just make sure it's a testcase problem. Thanks anyway. On Fri, Nov 25, 2011 at 7:28 PM, Chris Hegarty wrote: > On 25/11/2011 05:58, Sean Chou wrote: > >> Yes. ping 0.0.0.0 on linux works; while windows report not reachable. >> > > Right,

Re: A behavior difference about reachable test for address zero

2011-11-25 Thread Chris Hegarty
On 25/11/2011 05:58, Sean Chou wrote: Yes. ping 0.0.0.0 on linux works; while windows report not reachable. Right, so InetAddress.isReachable is reporting the same result as the native ping command. Is this an issue for you guys? -Chris. On Tue, Nov 22, 2011 at 9:22 PM, Alan Bateman mailto

Re: A behavior difference about reachable test for address zero

2011-11-24 Thread Sean Chou
Yes. ping 0.0.0.0 on linux works; while windows report not reachable. On Tue, Nov 22, 2011 at 9:22 PM, Alan Bateman wrote: > On 22/11/2011 08:40, Sean Chou wrote: > >> >> Hi all, >> >>I found a behavior difference when running the testcase PingZero on >> linux and windows. >> On Linux, it pri

Re: A behavior difference about reachable test for address zero

2011-11-22 Thread Alan Bateman
On 22/11/2011 08:40, Sean Chou wrote: Hi all, I found a behavior difference when running the testcase PingZero on linux and windows. On Linux, it prints "reachable" while on windows "unreachable", which is the same with the result of running "ping 0.0.0.0" on these two platforms. Is

A behavior difference about reachable test for address zero

2011-11-22 Thread Sean Chou
Hi all, I found a behavior difference when running the testcase PingZero on linux and windows. On Linux, it prints "reachable" while on windows "unreachable", which is the same with the result of running "ping 0.0.0.0" on these two platforms. Is it a bug or intended? PingZero.java : ///