<div dir="ltr">Greetings folks,<div><br></div><div>For the sake of posterity, all I had to do was set the consumer's Cs Limits to 0 (so that they wouldn't cache anything), and I was able to successfully simulate however many interests I wish from each consumer being sent to the router, as I had originally hoped.</div><div><br></div><div>Thanks again for all of your help!  I'm sure I'll be asking more questions soon ;)</div><div><br></div><div>Thanks,</div><div><br></div><div>John</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 13, 2017 at 8:32 AM, John Baugh <span dir="ltr"><<a href="mailto:jpbaugh@umich.edu" target="_blank">jpbaugh@umich.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto">Junxiao,<div dir="auto"><br></div><div dir="auto">What is interesting to me is when I obtain the Forwarder object from say, one of the consumers, it seems that the method onIncomingInterest is called for however many times the interest would be sent (e.g., 300 times for rate of 10/sec for 30 seconds in simulator.)</div><div dir="auto"><br></div><div dir="auto">It is at the router (my node 1) that it only appears to call the onIncomingInterest once there.</div><div dir="auto"><br></div><div dir="auto">So would a solution be to set the size/limit of content stores of the consumers to 0? Or do I need a custom policy to purge their CSs so they keep sending the same interest?</div><div dir="auto"><br></div><div dir="auto">I'm unclear what you mean by interest aggregation in this situation.</div><div dir="auto"><br></div><div dir="auto">My ultimate goal is to be able to have the router receive many interests for various content objects.  The router tracks frequency per face for each content object requested.</div><div dir="auto"><br></div><div dir="auto">Thanks</div><span class="HOEnZb"><font color="#888888"><div dir="auto"><br></div><div dir="auto">John</div></font></span><div><div class="h5"><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><br></div><br><div class="gmail_extra" dir="auto"><br><div class="gmail_quote">On Jun 13, 2017 7:02 AM, "Junxiao Shi" <<a href="mailto:shijunxiao@email.arizona.edu" target="_blank">shijunxiao@email.arizona.edu</a>> wrote:<br type="attribution"><blockquote class="m_-9221831638696114420quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>Hi John</div><div><br><div class="gmail_quote"><div class="m_-9221831638696114420quoted-text"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>I re-read the NFD documentation and it does seem to suggest that onIncomingInterest is called for all incoming interests (and localhost stuff too)</blockquote><div><br></div></div><div>That's correct.</div><div class="m_-9221831638696114420quoted-text"><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><br></div><div>Anyway, I'm only detecting a single incoming interest entering on faces into the router for content, when it should be around 300 times (10 / sec. For 30 seconds, simulated)</div></div></blockquote><div><br></div></div><div>If it is a management Interest (under /localhost/nfd prefix), check your FIB setup.</div><div>If it is an application Interest, and if you are sending the same Interest over and over from the consumer apps as mentioned in <a href="http://www.lists.cs.ucla.edu/pipermail/ndnsim/2017-June/003870.html" target="_blank">http://www.lists.cs.ucla.ed<wbr>u/pipermail/ndnsim/2017-June/<wbr>003870.html</a> , this is caused by Interest aggregation and Data caching at the consumer NFD. When multiple consumer apps send the same Interest, only one is forwarded to the router, and the Data will be returned to all applications. Afterwards, the Data is in the consumer NFD's cache and will be used to satisfy future Interests of the same name.</div><div><br></div><div>Yours, Junxiao</div></div></div>
</blockquote></div><br></div></div></div></div>
</blockquote></div><br></div>