<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"\@SimSun";
        panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
p
        {mso-style-priority:99;
        margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style></head><body lang=EN-US><div class=WordSection1><p>Hi Navdeep</p><p><o:p> </o:p></p><p>When a PIT entry is satisfied, all in-records are erased in incoming Data pipeline.</p><p>Therefore, you may determine whether a PIT entry has been satisfied by examining whether it contains non-zero in-records.</p><p><o:p> </o:p></p><p>Yours, Junxiao</p><p><o:p> </o:p></p><div style='mso-element:para-border-div;border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in'><p style='border:none;padding:0in'><br><b>From: </b>Navdeep Uniyal<br><b>Sent: </b>Monday, September 7, 2015 06:19<br><b>To: </b>Alex Afanasyev<br><b>Cc: </b>nfd-dev@lists.cs.ucla.edu<br><b>Subject: </b>Re: [Nfd-dev] Interest Timeout</p></div><p class=MsoNormal><span style='font-family:"Times New Roman",serif'><o:p> </o:p></span></p><p class=MsoNormal>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.</p></div></body></html>