fixed bug that caused HostStatus to never leave BurstMode
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Thu, 28 May 2015 12:41:38 +0000 (14:41 +0200)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Thu, 28 May 2015 12:41:38 +0000 (14:41 +0200)
src/host/hoststatus.cpp

index e9410c0..b5613bd 100644 (file)
@@ -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)
     {