Fix #128 - [NS3] Test ns-3 with localhost
[nepi.git] / src / nepi / resources / ns3 / ns3application.py
index db6096b..302e128 100644 (file)
@@ -62,6 +62,7 @@ class NS3BaseApplication(NS3Base):
             self.ec.schedule(reschedule_delay, self.start)
         else:
             super(NS3BaseApplication, self).do_start()
+            self._start_time = self.simulation.start_time
 
     @property
     def state(self):