<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=""><div class=""><div class=""><div class=""><div class=""><br class=""></div></div></div></div><div><blockquote type="cite" class=""><div class="">On Oct 4, 2017, at 10:28 AM, Jason Christian <<a href="mailto:jason.christian.92@gmail.com" class="">jason.christian.92@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Hi,<div class=""><br class=""></div><div class="">thank you for the reply. I thought that the interest packet can only be forwarded on non-local face, since the consumer itself has a non-local face and the rest of the nodes (Producers) only have local face.</div><div class=""><br class=""></div><div class="">I have tried another alternatives, which is to change the propagation model of the channel to ThreeLogDistance with Nakagami (earlier before, I used RangePropagationLossModel) and the nodes actually forward the Interest packet to the neighboring nodes. Is it probably the problem with the RangeModel?. I have also calculated the node's position to each other and make sure there will always be nodes within range of a node, so the RangePropagationLossModel should also work</div></div></div></blockquote><div><br class=""></div><div>Yes, it can be related to the loss model.</div><br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class="">Another thing. Since I have a custom strategy (this custom strategy also takes into acct node's position, much like geocasting) and a custom app, where should I put the Interest forwarding code? Should I:</div><div class="">- Forward them using Strategy::sendInterest?</div><div class="">- or just copy the Interest on the custom app and send it?</div></div></div></blockquote><div><br class=""></div><div>An app merely generates Interests (consumer) and responds to Interests with data (producer). Forwarding code should be in the forwarding strategy or directly in the forwarding pipelines (forwarder.cpp file) of NFD.</div><div><br class=""></div><div>Thanks,</div><div><br class=""></div></div><div class=""><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><br class="Apple-interchange-newline"></div></body></html>