[ndnSIM] Question about producer.

Alex Afanasyev alexander.afanasyev at ucla.edu
Wed Mar 4 09:40:32 PST 2015


You cannot just forward data packet in NDN. There has to be interest received by p1 producer for the data packet to travel back to the consumer.  FibHelper::AddRoute provide configuration for the interest paths.

--
Alex

> On Mar 3, 2015, at 4:54 PM, 최원준 <wonjunchoi001 at gmail.com> wrote:
> 
> Does anyone know how to forward data packet from p1?
> 
>   ndn::FibHelper::AddRoute("p1", "/data/p1/1", "n2", 1);
>   ndn::FibHelper::AddRoute("n2", "/data/p1/1", "n12", 1);
>   ndn::FibHelper::AddRoute("n12", "/data/p1/1", "n1", 2);
>   ndn::FibHelper::AddRoute("n1", "/data/p1/1", "c1", 1);
> 
> I am not sure this way is right.
> 
> Wonjun, Choi


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 841 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://www.lists.cs.ucla.edu/pipermail/ndnsim/attachments/20150304/054d4ecc/attachment.bin>


More information about the ndnSIM mailing list