cnping

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

commit 1467b9fd2b0d9183288684d5cd5c0109f22b8328
parent adbc26c369498e2fb1088e1cf34ea55a9faa0dba
Author: cnlohr <lohr85@gmail.com>
Date:   Wed, 13 Apr 2016 01:42:05 -0400

Whoops forgot to fix the searchnet project for new ping technique

Diffstat:
Msearchnet.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/searchnet.c b/searchnet.c @@ -84,7 +84,8 @@ int main( int argc, char ** argv ) send_id[2] = (cur>>8)&0xff; send_id[3] = (cur)&0xff; // printf( "Pinging: %s\n", dispip ); - do_pinger( dispip, -1 ); + pingperiod = -1; + do_pinger( dispip ); OGUSleep( (int)(speed * 1000000) ); }