[ndnSIM] How to install multiple prefixes in one producer

Trade trade20122012 at gmail.com
Thu Apr 9 17:15:00 PDT 2015


I want one producer can have multiple prefixes, but how to implement?
Does this work?  or it only takes the last row ? Thanks

           ProducerHelper.SetPrefix (prefix1);
           ProducerHelper.SetPrefix (prefix2);
           ProducerHelper.SetPrefix (prefix3);

Trade



More information about the ndnSIM mailing list