[ndnSIM] ndnSIM simulation time unexpectedly increases with Interest rate

Renato Cavalcante renato.frca at gmail.com
Thu Nov 30 10:00:54 PST 2017


Hi,

I recommend you set a condition for the time dynamic. For example:

uint32_t simTime = 0;

if (interests == 100) {
    \\ time for 100 interests
    simTime = x value
}
else if (interest == 1000) {
    \\ time for 1000 interests
    simTime = y value
}

Then
Simulator::Stop(simTime);

I hope helps.


2017-11-30 4:14 GMT-03:00 Inayat Ali <falcon19khan at gmail.com>:

> Greetings,
> 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));
> Thank You
>
> Regards
> Ali, Inayat
>
> _______________________________________________
> ndnSIM mailing list
> ndnSIM at lists.cs.ucla.edu
> http://www.lists.cs.ucla.edu/mailman/listinfo/ndnsim
>
>


-- 
Renato Araújo
Computer Science Department
UFBA -- Brazil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndnsim/attachments/20171130/1162af81/attachment.html>


More information about the ndnSIM mailing list