stealthcopter / AndroidNetworkTools

Set of useful android network tools
Apache License 2.0
1.39k stars 282 forks source link

Ping 0.00 ms #93

Open Monabr opened 2 years ago

Monabr commented 2 years ago

For every IP address ping is 0.00 ms. Internet is ok

phofman commented 2 years ago

Exactly....

PING 172.217.16.36 (172.217.16.36): 56 data bytes

--- 172.217.16.36 ping statistics ---
1 packets transmitted, 1 packets received, 0.0% packet loss, 1 packets out of wait time
round-trip min/avg/max/stddev = 6.212/6.212/6.212/0.000 ms

Gets parsed as failure with 0ms

phofman commented 2 years ago

see the difference, when running on Android:

PING 172.217.16.36 (172.217.16.36) 56(84) bytes of data.
64 bytes from 172.217.16.36: icmp_seq=1 ttl=255 time=6.60 ms

--- 172.217.16.36 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 6.604/6.604/6.604/0.000 ms