[ndnSIM] Satisfy Interests with more than one producer

Amin Karami amin at ac.upc.edu
Sun Mar 31 11:35:12 PDT 2013


Hi friends,
Is it possible to satisfy sent Interests from a consumer with more than 
one producer?
for example, does the following code work correctly to satisfy Interests 
in /dst1 namespace with three producers?

   ndnGlobalRoutingHelper.AddOrigins  ("/dst1",  producer1);
   producerHelper.SetPrefix  ("/dst1");
   producerHelper.Install  (producer1);
  
   ndnGlobalRoutingHelper.AddOrigins  ("/dst1",  producer2);
   producerHelper.SetPrefix  ("/dst1");
   producerHelper.Install  (producer2);

   ndnGlobalRoutingHelper.AddOrigins  ("/dst1",  producer3);
   producerHelper.SetPrefix  ("/dst1");
   producerHelper.Install  (producer3);


Best Regards,
/Amin

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndnsim/attachments/20130331/d79637db/attachment.html>


More information about the ndnSIM mailing list