moved adjustment of PingTimeout to right place in PingScheduler;
[pingcheck] / src / host / hoststatus.cpp
index 3826712..32238d4 100644 (file)
@@ -344,4 +344,5 @@ void HostStatus::analyze_ping_congestion_count()
     if ( PingCongestionCount > limit )
         ExceededPingCongestionLimit = true;
     else
+        ExceededPingCongestionLimit = false;
 }