File flooding-tmp-after-network-stop.patch of Package fping.9113
Index: fping-3.5/src/fping.c =================================================================== --- fping-3.5.orig/src/fping.c +++ fping-3.5/src/fping.c @@ -1597,7 +1597,9 @@ int send_ping( int s, HOST_ENTRY *h ) h->num_sent++; h->num_sent_i++; + h->waiting++; num_pingsent++; + last_send_time = h->last_send_time; free( buffer ); return(1); }