<div>Hi John</div><div><br><div class="gmail_quote"><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>That's correct.</div><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>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">http://www.lists.cs.ucla.edu/pipermail/ndnsim/2017-June/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>