Index: /trunk/FACT++/src/ratecontrol.cc
===================================================================
--- /trunk/FACT++/src/ratecontrol.cc	(revision 16830)
+++ /trunk/FACT++/src/ratecontrol.cc	(revision 16831)
@@ -102,4 +102,7 @@
 
         if (fThresholds.empty())
+            return;
+
+        if (GetCurrentState()<=RateControl::State::kConnected)
             return;
 
