<div dir="ltr"><div><div><div>Hi,<br><br>I'm unable to flood my interest from one node to another, let me explain it below:<span style="font-family:tahoma,sans-serif"></span><br></div><br></div>Following line in <span style="font-family:tahoma,sans-serif">onContentStoreMiss</span> method in <span style="font-family:tahoma,sans-serif">Forwarder.cpp</span> always returns <i><span style="font-family:tahoma,sans-serif">nullptr</span></i> making <span style="font-family:tahoma,sans-serif">if (nextHopTag != nullptr) returns false</span> at very next line. So the execution does not goes inside this if-block. <br><div><br></div><span style="font-family:tahoma,sans-serif">shared_ptr<lp::<wbr>NextHopFaceIdTag> nextHopTag = interest.getTag<lp::<wbr>NextHopFaceIdTag>();</span><br><br>This way, following statement inside the if-block <br><br><span style="font-family:tahoma,sans-serif">this->onOutgoingInterest(<wbr>pitEntry, *nextHopFace, interest); </span><br><br>never executed and hence the Interest is not flooded to neighboring nodes. Why the <span style="font-family:tahoma,sans-serif">nextHopTag</span> is <span style="font-family:tahoma,sans-serif">null</span> in Interest? What is the solution of it? Am I missing something? Please help.<br><br></div>P.S. I'm creating interest from other interest using following statement:<br><div><span style="font-family:monospace,monospace">auto myInterest = std::make_shared<Interest>(int<wbr>erest.wireEncode());</span>

<br></div><div><br></div><div><br></div><div>Please help me solving this issue.<br></div><div><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><span style="font-family:georgia,serif">Regards,<br></span></div><div><span style="font-family:georgia,serif">Mudasir Qazi<br></span></div></div></div></div></div></div></div></div></div>
</div></div>