aboutsummaryrefslogtreecommitdiff
path: root/toys/net/ping.c
AgeCommit message (Expand)Author
2019-07-11bind/connect cleanup.Elliott Hughes
2019-02-13Use xrecvwait() in ping, and move signal handler setup to start of ping loop.Rob Landley
2019-01-16Move xsendto() to lib/net.c.Rob Landley
2018-11-17Convert more GLOBALS argument vars to the new single letter code style.Rob Landley
2018-10-21Add % to lib/args.c (long time in milliseconds), add xmillitime(), redoRob Landley
2018-10-20Some more --help consistency.Elliott Hughes
2018-07-08Fix ping -w and -W, fix ping -c with no reply (kept sending while waiting),Rob Landley
2018-07-08Fix division by zero errors and double summary in ping.Rob Landley
2018-06-14I tend to put extra parentheses around & because its precedence being slightlyRob Landley
2018-06-14ping: support ping6 as a synonym for `ping -6`.Elliott Hughes
2018-06-13ping: add -m, switch to xsetsockopt.Elliott Hughes
2018-06-11Promote ping to toys/netRob Landley