From: Christian Herdtweck Date: Thu, 28 May 2015 12:41:38 +0000 (+0200) Subject: fixed bug that caused HostStatus to never leave BurstMode X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=0d4b76ee5170067d995808e82bbde5fb3edc3b15;p=pingcheck fixed bug that caused HostStatus to never leave BurstMode --- diff --git a/src/host/hoststatus.cpp b/src/host/hoststatus.cpp index e9410c0..b5613bd 100644 --- a/src/host/hoststatus.cpp +++ b/src/host/hoststatus.cpp @@ -83,7 +83,7 @@ void HostStatus::set_n_parallel_pings(const int n_parallel_pings) if (ExceededPingCongestionLimit) InBurstMode = true; else - InBurstMode = true; + InBurstMode = false; if (NParallelPingers != n_parallel_pings) {