<p dir="ltr">Hi Nitinder</p>
<p dir="ltr">NDN forwarder keeps Interests in PIT so that similar Interests (same Name and Selectors) are suppressed.<br>
If the upstream/producer doesn't answer, forwarding strategy can try different paths. Typically, strategy won't forward to the same nexthop more than once on its own.</p>
<p dir="ltr">When consumer retransmits a similar Interest (same Name and Selectors) with a different Nonce, the forwarding strategy can decide whether to forward this Interest again. In this situation, strategy may forward to the same upstream/producer again.<br>
Thus, consumer doesn't need to "rename" the Interest. It can just retransmit with a different Nonce.</p>
<p dir="ltr">In NFD v0.3.0, best-route v2 strategy and access strategy will forward consumer retransmitted Interest if it's more than 100ms since the previous forwarded transmission; if the consumer retransmission is within 100ms, it's suppressed.<br>
The 100ms suppression interval is set arbitrarily. We are thinking about using exponential backoff algorithm to decide whether to suppress or forward. Other suggestions are welcomed.</p>
<p dir="ltr">Yours, Junxiao</p>
<div class="gmail_quote">On Feb 16, 2015 2:34 AM, "Nitinder Mohan" <<a href="mailto:nitinder1369@iiitd.ac.in">nitinder1369@iiitd.ac.in</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello All,<div><br></div><div>NDN stores all duplicate interests (which have not been answered) in PIT entry of the router and thus does not forward the interest to the producer again. If we assume that a producer does not reply to an interest for quite a long time (error at producer side), can consumer, some how, resend the interest bypassing the PIT entries? Or does the consumer has to rename the interest in such a way that it asks for the same data but is still unique? Does NDN currently have any capability to do so?</div><div><br clear="all"><div><div><div dir="ltr">Thanks and Regards<div><br></div><div>Nitinder Mohan</div><div>MTech (CE) IIIT Delhi</div><div><a href="http://home.iiitd.edu.in/~nitinder1369/" target="_blank">http://home.iiitd.edu.in/~nitinder1369/</a><br></div></div></div></div>
</div></div>
<br>_______________________________________________<br>
Ndn-interest mailing list<br>
<a href="mailto:Ndn-interest@lists.cs.ucla.edu">Ndn-interest@lists.cs.ucla.edu</a><br>
<a href="http://www.lists.cs.ucla.edu/mailman/listinfo/ndn-interest" target="_blank">http://www.lists.cs.ucla.edu/mailman/listinfo/ndn-interest</a><br>
<br></blockquote></div>