use line digestion recognition in PingScheduler;
[pingcheck] / src / main.cpp
index 940f455..597b143 100644 (file)
@@ -279,7 +279,7 @@ bool init_pingers(
         // get delay for this scheduler and update assigned delays
         int current_delay = boost::math::iround(delays[ping_interval_in_sec]);
         delays[ping_interval_in_sec] += delay_shifts[ping_interval_in_sec];
-        int n_parallel_pings = 10;
+        int n_parallel_pings = 2;
         int parallel_ping_delay = 100;   // ms
         int congestion_duration_thresh = 10; // seconds
         int congestion_percentage_thresh = 75;