Jindrich Makovicka 23 năm trước cách đây
mục cha
commit
342d04f1b9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pinger.c

+ 1 - 1
pinger.c

@@ -508,7 +508,7 @@ void ping_host(host_data * h)
     gchar *msg;
     gchar *msg;
 
 
     if (h->dummy) {
     if (h->dummy) {
-	if (h->counter == 10) {
+	if (h->counter == 120) {
 	    // recheck the dns (needed for dialup users). this may
 	    // recheck the dns (needed for dialup users). this may
 	    // cause bogus trip time measurements if gethostbyname
 	    // cause bogus trip time measurements if gethostbyname
 	    // takes a long time to execute. once the ip for a host is
 	    // takes a long time to execute. once the ip for a host is