<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hi Sandhya,<div><br></div><div>Take a look at ndn::cs::Nocache content store version (<a href="http://ndnsim.net/cs.html#nocache">http://ndnsim.net/cs.html#nocache</a>).</div><div><br></div><div>---</div><div>Alex</div><div><br><div><div>On Feb 17, 2014, at 12:05 AM, Sandhya Giri <<a href="mailto:sandhya.giri18@gmail.com">sandhya.giri18@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"><div><div><div><div>Dear sir,<br><br></div>          yes, the problem was with the queue size. But now I have a different question sir. <br></div>In order to compare the performance of my application in presence of automatic caching and in the absence of caching, I want to know is there any way to disable the automatic caching in ndnSIM??<br>
<br></div>Thanks in advance<br><br></div>Sandhya <br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Feb 17, 2014 at 10:17 AM, Alex Afanasyev <span dir="ltr"><<a href="mailto:alexander.afanasyev@ucla.edu" target="_blank">alexander.afanasyev@ucla.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div>Hi Sandhya,</div><div><br></div><div>I suspect you're getting some kind of congestion and that limits the number of Interests you're seeing.</div>
<div><br></div><div>---</div><div>Alex</div><div><div class="h5"><br><div><div>On Feb 16, 2014, at 2:16 AM, Sandhya Giri <<a href="mailto:sandhya.giri18@gmail.com" target="_blank">sandhya.giri18@gmail.com</a>> wrote:</div>
<br><blockquote type="cite"><div dir="ltr"><div><div><div><div>Thanks a lot replying sir.. I was somehow able to come out of that problem.. but now I am facing a new problem.<br><br></div>one application is sending 11 interests to another application running on a different node. but the latter application can receive only first 10 interests, it is not receiving the 11th interest.<br>

<br></div>these applications are subclasses of ndn::App . is there any threshold that limits the number of interests that can be received within a second??<br><br></div>Thanks and Regards<br></div>Sandhya<br></div><div class="gmail_extra">

<br><br><div class="gmail_quote">On Sun, Feb 16, 2014 at 3:14 PM, Alex Afanasyev <span dir="ltr"><<a href="mailto:alexander.afanasyev@ucla.edu" target="_blank">alexander.afanasyev@ucla.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi Sandhya,<br>
<br>
Sorry for my delayed reply.  The problem you're facing is basically a linking issue and you have to change the way you creating your scenario.  If you put a single file under scratch/ folder, the build system will treat it as a whole scenario and link against NS-3 libraries.  You're trying to use CustomApp, which is not part of any NS-3 libraries and needs to be linked with your scenario.<br>


<br>
A simple trick will fix your problem:<br>
<br>
- create a directory under scratch/  and give it a name that you will use to run your scenario (e.g., ndn-mod1)<br>
- put <a href="http://ndn-mod1.cc/" target="_blank">ndn-mod1.cc</a> under scratch/ndn-mod1/<br>
- put custom-app.h|cc under the same scratch/ndn-mod1/ folder<br>
<br>
compile the code and you shouldn't have the assertion anymore.<br>
<br>
---<br>
Alex<br>
<div><br>
On Jan 28, 2014, at 9:23 PM, Sandhya Giri <<a href="mailto:sandhya.giri18@gmail.com" target="_blank">sandhya.giri18@gmail.com</a>> wrote:<br>
<br>
> Dear sir,<br>
><br>
>         I am trying to run <a href="http://ndn-mod1.cc/" target="_blank">ndn-mod1.cc</a> from scratch folder. But after build process, i am getting the following error:<br>
><br>
> 'build' finished successfully (5.429s)<br>
> assert failed. cond="uid != 0", msg="Assert in TypeId::LookupByName: CustomApp not found", file=../src/core/model/<a href="http://type-id.cc/" target="_blank">type-id.cc</a>, line=539<br>
> terminate called without an active exception<br>
> Command ['/home/sandhya/ndnSIM/ns-3/build/scratch/ndn-mod1'] terminated with signal SIGIOT. Run it under a debugger to get more information (./waf --run <program> --command-template="gdb --args %s <args>").<br>


><br>
> Can you please help me with this problem??<br>
><br>
><br>
> Thank you<br>
><br>
> Sandhya<br>
</div></blockquote></div><br></div>
</blockquote></div><br></div></div></div></blockquote></div><br></div>
</blockquote></div><br></div></body></html>