added variable for threshold for switching from "all congested" --> "connection failed"
[pingcheck] / src / host / pingscheduler.h
index 91da6e6..c5a9f24 100644 (file)
@@ -60,6 +60,7 @@ public:
             const long ping_interval_in_sec,
             const int ping_fail_percentage_limit,
             const int ping_congestion_percentage_limit,
+            const int congest_caused_by_fail_percentage_limit,
             const int ping_congestion_duration_thresh,
             const int ping_reply_timeout,
             LinkStatusItem link_analyzer,