求助:PING 127.0.0.1 返回小于(-1MS)
一般正常是下面这样:
Pinging 127.0.0.1 with 32 bytes of data:
Reply from 127.0.0.1: bytes=32 time<1ms TTL=64
Reply from 127.0.0.1: bytes=32 time<1ms TTL=64
Reply from 127.0.0.1: bytes=32 time<1ms TTL=64
Reply from 127.0.0.1: bytes=32 time<1ms TTL=64
Ping statistics for 127.0.0.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
后来查障碍时遇见过这样的结果:
Reply from 127.0.0.1: bytes=32 time<-1ms TTL=64
当时是不能PING网关,不能上网,用ARP -A 查过,ARP表正常。
能告诉我是什么现象吗?