[Ndn-interest] Producer not receiving Interest, when starts a new thread.

Steve DiBenedetto dibenede at cs.colostate.edu
Wed May 13 15:28:07 PDT 2015


The face status output says that P's face (291) has received 2 interests
(I'm guessing you tried twice before running nfd-status?).

Looking at your code, I'm wondering if there's a race going on.
Specifically, you try to setup the "/" filter and send the Interest.
However, I don't believe either of these things happens, (and the face
doesn't even connect), until face.processEvents() is called. Maybe C's
Interest is arriving before the prefix registration finishes?

Could you please collect the debug-level logs from P's NFD? I'd like to see
what exactly is happening to the Interest.


On Wed, May 13, 2015 at 3:57 PM, Anil Jangam <anilj.mailing at gmail.com>
wrote:

> 133.164.60.154
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndn-interest/attachments/20150513/f573fc9f/attachment.html>


More information about the Ndn-interest mailing list