[ndnSIM] (no subject)

chen dqing kele86838437 at gmail.com
Thu Nov 28 19:11:14 PST 2013


1)content package have a virtual payload size.It is sat by producer node
when the node send data and its default value is 1024.

2) The Mtu default value is 1500, so if larger than 1500,it will raise an
error.

But all above values can manual setting .For example :
PointToPointHelper p2p;
p2p.SetDeviceAttribute("Mtu",UintegerValue(1800));

ndn::AppHelper  producer("ns3::ndn::Producer");
producer.SetAttribute("PayloadSize",StringValue("1700"));

I hope its helpful for you.




2013/11/29 <i.liyanage at surrey.ac.uk>

>  Hi,
>
> I have couple of questions
> 1)Does content packets have any limitation on its size in ndnSim.
> 2)Does ndnSim uses Ethernet as layer 2 protocol, so the content packets
> segments if they are larger than 1500 bytes.?
>
>  Many thanks,
> Isuru
>
> _______________________________________________
> ndnSIM mailing list
> ndnSIM at lists.cs.ucla.edu
> http://www.lists.cs.ucla.edu/mailman/listinfo/ndnsim
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndnsim/attachments/20131129/f787f398/attachment.html>


More information about the ndnSIM mailing list