You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/04/25 04:42:41 UTC

[GitHub] [incubator-nuttx-apps] DS-LK opened a new pull request, #1154: apps/ping: fix ping statistics error problem

DS-LK opened a new pull request, #1154:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1154

   ## Summary
   Fix bug in ping result.
   
   nsh> ping 192.168.31.162
   PING 192.168.31.162 56 bytes of data
   56 bytes from 192.168.31.162: icmp_seq=0 time=8 ms
   56 bytes from 192.168.31.162: icmp_seq=1 time=27 ms
   56 bytes from 192.168.31.162: icmp_seq=2 time=17 ms
   56 bytes from 192.168.31.162: icmp_seq=3 time=14 ms
   56 bytes from 192.168.31.162: icmp_seq=4 time=16 ms
   56 bytes from 192.168.31.162: icmp_seq=5 time=14 ms
   56 bytes from 192.168.31.162: icmp_seq=6 time=8 ms
   56 bytes from 192.168.31.162: icmp_seq=7 time=87 ms
   WARNING: Received after timeout
   56 bytes from 192.168.31.162: icmp_seq=8 time=1003 ms
   56 bytes from 192.168.31.162: icmp_seq=8 time=6 ms
   56 bytes from 192.168.31.162: icmp_seq=9 time=5 ms
   10 packets transmitted, 11 received, 4294967287% packet loss, time 10011 ms
   
   ## Impact
   None.
   
   ## Testing
   Pass.
   


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1154: apps/ping: fix ping statistics error problem

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged PR #1154:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1154


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org