<div dir="ltr">Hi Alex,<div><br></div><div>How is it possible that if I set a route of a simple node, for example in this way:</div><div><div>ndn::StackHelper::AddRoute (router3, "/", router2, 2);<br></div></div>
<div><br></div><div>happens that sometimes some packet go toward others destinations (in dependence of the capacity of the links and the size of PITs) not include in the node's Fib?</div><div><br></div><div>Other useful informations could be the configuration of the nodes:</div>
<div><div> ndn::StackHelper ccnxHelper;</div><div>  ccnxHelper.SetForwardingStrategy ("ns3::ndn::fw::BestRoute");  </div><div>  ccnxHelper.SetPit ("ns3::ndn::pit::Random", "MaxSize", "100");</div>
<div>  ccnxHelper.SetContentStore ("ns3::ndn::cs::Lru", "MaxSize", "1");</div><div>  ccnxHelper.SetDefaultRoutes (true); </div><div>  ccnxHelper.InstallAll();</div><div> </div></div><div><br>
</div><div>Best regards,</div><div>Fabrizio</div></div>