[Nfd-dev] Interest Timeout

Junxiao Shi shijunxiao at email.arizona.edu
Mon Sep 7 16:13:44 PDT 2015


Hi Navdeep

When a PIT entry is satisfied, all in-records are erased in incoming Data pipeline.
Therefore, you may determine whether a PIT entry has been satisfied by examining whether it contains non-zero in-records.

Yours, Junxiao


From: Navdeep Uniyal
Sent: Monday, September 7, 2015 06:19
To: Alex Afanasyev
Cc: nfd-dev at lists.cs.ucla.edu
Subject: Re: [Nfd-dev] Interest Timeout

In my function which is called in afterReceiveInterest, using weak_ptr to PIT entry I am checking if the PIT entry is satisfied or not. The issue is, even after the it is satisfied, the PIT entry won't be deleted until straggler timer expires and due to this when my function is trying to send out the interest of the PIT entry over some other out face, the process hangs. Is there a way if you can please suggest me to get the information if the entry is satisfied or not regardless of the straggler timer.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/nfd-dev/attachments/20150907/0fb6fb00/attachment.html>


More information about the Nfd-dev mailing list