<div dir="ltr">Hi Junxiao,<div><br></div><div>Thank you for your answer. I missed that detail on the NFD developer guide (that the strategy controls only Interests packets).</div><div>In my case, each data packet is associated with a unique Interest; therefore, by adopting an Interest digest the strategy should be able to control Data packets. Was this feature ever implemented? (it shows as 0% done in <a href="https://redmine.named-data.net/issues/3333">issue 3333</a>). Are there any sample implementations?</div><div><br></div><div><br></div><div>Thanks</div><div><br></div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jul 13, 2017 at 4:45 PM, Junxiao Shi <span dir="ltr"><<a href="mailto:shijunxiao@email.arizona.edu" target="_blank">shijunxiao@email.arizona.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Hi Adhy<div><br></div><div>The method to delay Interest forwarding is explained in this answer: <a href="http://www.lists.cs.ucla.edu/pipermail/ndnsim/2017-July/003952.html" target="_blank">http://www.lists.cs.<wbr>ucla.edu/pipermail/ndnsim/<wbr>2017-July/003952.html</a></div><div>Forwarding strategy does not have control over Data forwarding nor can it delay Data forwarding. The reason is explained in this answer: <a href="http://www.lists.cs.ucla.edu/pipermail/ndnsim/2017-July/003961.html" target="_blank">http://www.lists.cs.<wbr>ucla.edu/pipermail/ndnsim/<wbr>2017-July/003961.html</a></div><div>Also, you need to ensure your Interest name (including any “extra name components”) is a prefix of the Data name. Otherwise, Data does not satisfy Interest and will not be received by the consumer.</div><div><br></div><div>Yours, Junxiao</div><div><br><div><blockquote type="cite"><div><div class="h5"><div>On Jul 13, 2017, at 11:43 AM, Adhy Satya <<a href="mailto:adhysatya820@gmail.com" target="_blank">adhysatya820@gmail.com</a>> wrote:</div><br class="m_-3882378135074709318Apple-interchange-newline"></div></div><div><div><div class="h5"><div dir="ltr">Hi,<div><br></div><div>My consumer and producer applications send Interest and Data packets with extra name components. I wrote a custom forwarding strategy that reads this name components and forward packets with certain delay.</div><div><br></div><div>I'm using NFD 0.5.0 and ndn-cxx 0.5.0. I'm unsure where to implement the timer. It seems that if I implement a timer to call "this->sendInterest()" it will block the forwarder for a certain amount of time.</div><div><br></div><div>Can you assist me on this issue please?</div><div><br></div><div>Thank you</div></div></div></div>
______________________________<wbr>_________________<br>Ndn-interest mailing list<br><a href="mailto:Ndn-interest@lists.cs.ucla.edu" target="_blank">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/<wbr>mailman/listinfo/ndn-interest</a><br></div></blockquote></div><br></div></div></blockquote></div><br></div>