jlaitine commented on PR #18273: URL: https://github.com/apache/nuttx/pull/18273#issuecomment-3823158871
> @jlaitine the ping latency seems incorrect, I think it cannot be 0.0s, is your clock/timer system configured correctly? Yes, everything is right. Actually, I have never looked into where that latency figure comes from. Pinging the other way (pinging the device from PC), the latency is around 0.5ms: ``` $ ping 192.168.202.1 PING 192.168.202.1 (192.168.202.1) 56(84) bytes of data. 64 bytes from 192.168.202.1: icmp_seq=1 ttl=64 time=0.394 ms 64 bytes from 192.168.202.1: icmp_seq=2 ttl=64 time=0.570 ms 64 bytes from 192.168.202.1: icmp_seq=3 ttl=64 time=0.502 ms ``` That has, however, nothing to do with this PR, the link is up and working fine :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
