When I run this on an Ubuntu box:
sudo ping google.com -c 25 -l 25
I get about 1 line back every 2 seconds despite the fact that it should (if I'm reading things correctly) send out all 25 packets at the get go. Oddly enough it claims that I'm getting ping times of:
--- google.com ping statistics ---
25 packets transmitted, 24 received, 4% packet loss, time 0ms
rtt min/avg/max/mdev = 23.370/28.067/32.902/2.895 ms, pipe 24
Also, if I want to bail early, I need to punch ctrl-C once for each packet. Does anyone have any clue what could be causing this?