<div dir="ltr"><div><div>Hi dears, <br><br></div>I already have fixed this problem based on <a href="http://www.lists.cs.ucla.edu/pipermail/ndnsim/2017-February/003416.html">http://www.lists.cs.ucla.edu/pipermail/ndnsim/2017-February/003416.html</a>. But now I'm getting an new error after create a copy of the incomig interest: <br><br> ../src/ndnSIM/NFD/daemon/table/pit-entry.cpp:99: std::list<nfd::pit::OutRecord>::iterator nfd::pit::Entry::insertOrUpdateOutRecord(nfd::face::Face&, const ndn::Interest&): Assertion `this->canMatch(interest)' failed.<br><br></div>I think that I need to update the PIT entry, if correct then how can I do that?<br><br><br><div><br></div><div class="gmail_extra"><br><div class="gmail_quote">2017-10-08 14:24 GMT-03:00 Mateus Sousa <span dir="ltr"><<a href="mailto:mateus.aluufc@gmail.com" target="_blank">mateus.aluufc@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hi again,<br><br>I'm trying to create a new Interest packet at forwarding strategy. But I'm getting error on its initialization.<br><br>I'm initializing the Interest as follows:<br><br>const shared_ptr<ndn::Interest>& new_interest = make_shared<ndn::Interest>(); // <- the error is in this phase<br><br>and in "SendInterest" I'm getting the following error:<br><br>"error: no matching function for call to ‘nfd::fw::MulticastStrategy::<wbr>sendInterest(const std::shared_ptr<nfd::pit::<wbr>Entry>&, nfd::face::Face&, const std::shared_ptr<ndn::Interest><wbr>&)’<br>     this->sendInterest(pitEntry, outFace, new_interest);"<br><br>How can I correctly initiate the Interest?<br><br>Thanks in advance,<br></div>Mateus.<br></div>
</blockquote></div><br></div></div>