[Mini-NDN] max packets satisfied by consumer?

Aman Maldar amanmaldar at gmail.com
Thu Dec 21 11:19:10 PST 2017


Greetings Everyone,

I am doing following in mini-ndn

sudo minindn
mini-ndn> b ndnpingserver /ndn/b-site/b -x 1000000 &
mini-ndn> a ndnping /ndn/b-site/b -i 100 -c 1000 -n 1001

I am trying to send 1000 interest packets. The freshness is about 6 minutes
for data packets.
So I all replied data packets will be cashed at Content store A for long
time.

Once all the interests are satisfied, I will execute following again.
mini-ndn> a ndnping /ndn/b-site/b -i 100 -c 1000 -n 1001

I should see all the packets getting satisfied at CS-A. It works for
limited number of packets.

The problem is,

The above experiment works well for n=600 packets.
After 680 packets I am getting error as

timeout from /ndn/b-site/b: seq=681
timeout from /ndn/b-site/b: seq=682
timeout from /ndn/b-site/b: seq=683
...
and so on.


I tried changing cs_max_packets to large values like 300000 in nfd.conf
file. Makes very less difference to extra packets getting satisfied.
ndndump shows node B is receiving packets but , not replying to interests.
- this is  main problem.
As I missing something? Any memory issues or max requests?

Thanks in advance.

-- 
*Regards,*
*Mr. Maldar Aman M.*
*University of Massachusetts, Lowell*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/mini-ndn/attachments/20171221/0831da6c/attachment.html>


More information about the Mini-NDN mailing list