* Corrected TCP test interval to account for the duration of a previous test.
> Upgrade with `pip3 install -U cping`
0.0.13
* Optimized the amount of ANSI codes printed (~50% reduction in output bytes).
> Upgrade with `pip3 install -U cping`
0.0.12
* Duplicate packets are no longer counted as successes. * Added indicator when output is too long for screen. * Print the full list of hosts at cPing end, even if it's more than the terminal lines.
> Upgrade with `pip3 install -U cping`
0.0.11
* Removed host-length limit * Code cleanup
> Upgrade with `pip3 install -U cping`
0.0.10
* Fixed blinking with long output
> Upgrade with `pip3 install -U cping`
0.0.9
* Dynamic result history length based on the window width * Minor cleanup