cnping

Minimal Graphical Ping Tool
git clone https://git.sinitax.com/cnlohr/cnping
Log | Files | Refs | Submodules | README | LICENSE | sfeed.txt

commit eb2d1e4678f0551ab6bb38590ce34d41fbf21dc6
parent 070b2ec278a41960ac503cec9d475ec5f8a49fc6
Author: Charles Lohr <charles@cnlohr.com>
Date:   Sat, 25 Jun 2016 16:49:43 -0400

fix max length

Diffstat:
Mcnping.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cnping.c b/cnping.c @@ -126,7 +126,7 @@ void DrawFrame( void ) double totaltime = 0; int totalcountok = 0; - double mintime = 100; + double mintime = 10000; double maxtime = 0; double stddev = 0; double last = -1;