[ndnSIM] Routes not respected

fabrizio saponaro fab.batta at gmail.com
Wed Nov 27 11:42:32 PST 2013


Hi Alex,

How is it possible that if I set a route of a simple node, for example in
this way:
ndn::StackHelper::AddRoute (router3, "/", router2, 2);

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?

Other useful informations could be the configuration of the nodes:
 ndn::StackHelper ccnxHelper;
  ccnxHelper.SetForwardingStrategy ("ns3::ndn::fw::BestRoute");
  ccnxHelper.SetPit ("ns3::ndn::pit::Random", "MaxSize", "100");
  ccnxHelper.SetContentStore ("ns3::ndn::cs::Lru", "MaxSize", "1");
  ccnxHelper.SetDefaultRoutes (true);
  ccnxHelper.InstallAll();


Best regards,
Fabrizio
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndnsim/attachments/20131127/e8116009/attachment.html>


More information about the ndnSIM mailing list