denilsonsa / prettyping

`prettyping` is a wrapper around the standard `ping` tool, making the output prettier, more colorful, more compact, and easier to read.
http://denilsonsa.github.io/prettyping/
MIT License
1.21k stars 78 forks source link

Handle 'ping: sendto: No route to host'; fixes denilsonsa#24 #25

Open DerZyklop opened 5 years ago

DerZyklop commented 5 years ago

Check #24 for more infos.

xwang1498 commented 4 years ago

I don't think this fix is correct- now packets that are lost because of "No route to host" will be double counted, once for the "No route to host" line and once for the "Request timeout" line. I think you should just ignore the No route to host lines.