<div dir="ltr"><div>Hi,</div><div><br></div><div>I recommend you set a condition for the time dynamic. For example:</div><div><br></div><div>uint32_t simTime = 0;</div><div><br></div><div>if (interests == 100) { </div><div>    \\ time for 100 interests</div><div>    simTime = x value</div><div>} </div><div>else if (interest == 1000) {</div><div>    \\ time for 1000 interests</div><div>    simTime = y value</div><div>}</div><div><br></div><div>Then</div><div>Simulator::Stop(simTime);</div><div><br></div><div>I hope helps.</div><div><br></div><div class="gmail_extra"><br><div class="gmail_quote">2017-11-30 4:14 GMT-03:00 Inayat Ali <span dir="ltr"><<a href="mailto:falcon19khan@gmail.com" target="_blank">falcon19khan@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Greetings,<div>I am wondering about why simulation time unexpectedly increases when I increase the interest sending rate from 100 interests per second to 1000 interests per second. PS: I have set the simulation time to be 100 seconds with this line Simulator::Stop(Seconds(100));</div><div>Thank You</div><div><br></div><div>Regards</div><span class="gmail-HOEnZb"><font color="#888888"><div>Ali, Inayat</div></font></span></div>
<br>______________________________<wbr>_________________<br>
ndnSIM mailing list<br>
<a href="mailto:ndnSIM@lists.cs.ucla.edu">ndnSIM@lists.cs.ucla.edu</a><br>
<a href="http://www.lists.cs.ucla.edu/mailman/listinfo/ndnsim" rel="noreferrer" target="_blank">http://www.lists.cs.ucla.edu/<wbr>mailman/listinfo/ndnsim</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div><font color="#000000"><span style="font-size:12.8px">Renato Araújo</span><br></font></div><div><font color="#000000"><span style="font-size:12.8px">Computer Science Department</span><br style="font-size:12.8px"><span style="font-size:12.8px">UFBA -- Brazil</span></font><br><div><br><br></div></div></div></div></div></div></div>
</div></div>