Added 5 seconds pause after an error

This commit is contained in:
Michiel Broek 2002-06-06 19:52:59 +00:00
parent edfc55fb15
commit 63a742b2a7

View File

@ -407,7 +407,8 @@ void check_ping(void)
rescan = TRUE;
}
}
pingstate = P_SENT;
pingtime = time(NULL) + 5; // 5 secs pause until next ping
pingstate = P_PAUSE;
break;
}
}