In my Android application, I have used the ping command with appropriate option mentioned in below link: http://linux.about.com/od/commands/l/blcmdl8_ping.htm
除 -W 超时外,所有其他选项均有效。
我正在使用此命令 ping 5 秒超时: ping 131.107.8.1 -W 5 我相信这应该在 5 秒后给出“请求超时”。我还使用“Test Ping”应用程序对其进行了测试,但在那里也失败了。
在我的 Windows 机器中,我对相同的 IP 使用此命令: ping 131.107.8.1 -w 7000 它在 7000 毫秒后正确给出“请求超时”。
任何指针我在哪里错过了这个概念?