<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi,<div class=""><div class=""><div class=""><div class=""><div class=""><br class=""></div></div></div></div><div><blockquote type="cite" class=""><div class="">On Jan 30, 2018, at 2:36 PM, Rajvardhan Deshmukh <<a href="mailto:rdeshmukh@umass.edu" class="">rdeshmukh@umass.edu</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Hi All,<br class=""><br class="">We intend to include a field in the interest packet to flag a retransmission (when the OnTimeout method of ndn-consumer.cpp is called). We created a packet tag following the steps from (<a href="http://www.lists.cs.ucla.edu/pipermail/ndnsim/2016-December/003254.html" class="">http://www.lists.cs.ucla.edu/pipermail/ndnsim/2016-December/003254.html</a>). How do we set this field on the method 'OnTimeout'? (Specifically: How do we pass the interest to this method?)<br class=""><br class=""></div></div></blockquote><div><br class=""></div><div><div class="">A way to do that is to maintain a list of the sent Interests as a part of the consumer application, then find the Interest that caused the timeout based on the sequence number.</div><div class=""><br class=""></div><div class="">After that, you can set the Interest field that you like.</div><div class=""><br class=""></div></div><blockquote type="cite" class=""><div class=""><div class="">Main Goal:<br class="">The final goal of this was to include a tag in the interest to indicate if it is a retransmission or not, and use that information in the forwarding strategy to take further steps (choose out face).<br class=""><br class="">Any thoughts on a different method to achieve this result are also welcome.<br class=""><br class="">Thanks,<br class="">Raj<br class=""><br class=""></div></div></blockquote><br class="">Thanks,</div><div><br class=""></div><div><div class=""><div class=""><div class=""><span class="" style="float: none; display: inline !important;">Spyridon (Spyros) Mastorakis</span><br class=""><span class="" style="float: none; display: inline !important;">Personal Website: </span><a href="http://cs.ucla.edu/~mastorakis/" class="">http://cs.ucla.edu/~mastorakis/</a><br class=""><span class="" style="float: none; display: inline !important;">Internet Research Laboratory</span><br class=""><span class="" style="float: none; display: inline !important;">Computer Science Department</span><br class=""><span class="" style="float: none; display: inline !important;">UCLA</span></div><div class=""><span class="" style="float: none; display: inline !important;"><br class=""></span></div></div></div><div class=""><br class=""></div></div><br class=""></div></body></html>