Skip to content
  1. Nov 06, 2017
  2. Nov 05, 2017
  3. Nov 03, 2017
  4. Nov 02, 2017
  5. Nov 01, 2017
  6. Oct 31, 2017
  7. Oct 30, 2017
  8. Oct 28, 2017
  9. Oct 27, 2017
  10. Oct 26, 2017
  11. Oct 24, 2017
  12. Oct 23, 2017
    • Gregory Nutt's avatar
    • Gregory Nutt's avatar
      Update a README.txt file · ed9dd1db
      Gregory Nutt authored
      ed9dd1db
    • Gregory Nutt's avatar
      This commite eliminates the ping command from NSH and replaces it with a ping... · c1ec7db8
      Gregory Nutt authored
      This commite eliminates the ping command from NSH and replaces it with a ping 'built-in' at apps/system/ping.  The original NSH version of ping violated the portable POSIX interface and, hence, had to be removed.  The new system/ping command uses the new IPPROTO_ICMP AF_INET datagram sockets to implement ping.
      
      Squashed commit of the following:
      
          apps/system/ping:  Fix some timing issues.
          apps/system/ping:  A few timing related corrections.
          apps/nshlib:  Remove support for the NSH 'ping' command.  The implementation of that command violated the portable POSIX interface and has been replaced with a ping 'built-in' command at apps/system/ping.
          apps/system/ping:  Add larger payload.  Verify content of echoed payload.
          apps/system/ping:  Various fixes for a clean compile
          system/ping: Add new build structure for system ping command.
      c1ec7db8