[ndnSIM] Retransmitted Interests

Alex Afanasyev alexander.afanasyev at ucla.edu
Sun Sep 1 10:42:08 PDT 2013


Hi Mahammad,

Can you try adding the following line

  Simulator::Cancel (m_retxEvent);

into ndn-consumer.cc, just after the line 161 and check again?  I have a suspicion that the Stop command didn't fully work in the consumer and it kept sending requests.

---
Alex

On Aug 31, 2013, at 10:12 AM, Hovaidi Ardestani Mohammad <mohammad.hovaidi.ardestani at aalto.fi> wrote:

>   Dear Alex
> I have a scenario in which NDN requesters sends their Interests with dynamic rate. I have put several functions to set the rates to achieve this goal. My problem is that number of OutInterests shows a cumulative numbers during the simulation. For Instance in first interval the sending rate is 300 packets per seconds and the next time interval the rate is double, but OutInterests rate shows almost triple at the end. I am just wondering whether this additional numbers are due to the retransmission of delayed Interests or there is another reason of which I am not aware.
>  
> BTW, I used the following to stop sending rate at the end of every time interval:
>  
>       ApplicationContainer allconsumers = consumerHelper.Install(consumers[i]);
>       allconsumers.Stop(Seconds (4));
>  
> Thank you for your response in advance!
> -Mohammad
> _______________________________________________
> ndnSIM mailing list
> ndnSIM at lists.cs.ucla.edu
> http://www.lists.cs.ucla.edu/mailman/listinfo/ndnsim

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndnsim/attachments/20130901/b24aabfc/attachment.html>


More information about the ndnSIM mailing list