Hi Wali,<br><br>I have a little bit experience in ndnSIM. <br><br>Alex please correct me if I am wrong.<br><br>You can have a content with several packets by setting MaxSeq attribute of CcnxAppHelper class.<br>For example I have added the bold line bellow to the code in ndn-grid.cc. By the line, I asked CcnxAllHelper to generate Interest for 250 Data packets of the content with name "/prefix". ("/prefix/0", "/prefix/1", .. "/prefix/249")<br>
<br>
std::string prefix = "/prefix";<br><br>CcnxAppHelper consumerHelper ("ns3::CcnxConsumerCbr");<br>consumerHelper.SetPrefix (prefix);<br>consumerHelper.SetAttribute ("Frequency", StringValue ("10")); // 10 interests a second<br>

<i><b>consumerHelper.SetAttribute ("MaxSeq", StringValue("250")); </b></i><br><br><br>Best Regards,<br>Saeid<br><br><br><div class="gmail_quote">On Fri, Dec 28, 2012 at 4:37 PM, Wali <span dir="ltr"><<a href="mailto:ahmed.waliullah.kazi@gmail.com" target="_blank">ahmed.waliullah.kazi@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Alex,<div><br></div><div>I was skimming through the ndnSIIM documentation. I did not find reference to any notion of segmentation. Is the present implementation following the simple model of one interest packet for one object, which is satisfied by one data packet? Hence, presently, we cannot have very large objects which will be requested with multiple interest packets and satisfied with corresponding data packets? </div>


<div><br></div><div>Thank you very much for your time.</div><div><br></div><div>Best regards,<br>Wali.</div>
<br>_______________________________________________<br>
ndnSIM mailing list<br>
<a href="mailto:ndnSIM@lists.cs.ucla.edu" target="_blank">ndnSIM@lists.cs.ucla.edu</a><br>
<a href="http://www.lists.cs.ucla.edu/mailman/listinfo/ndnsim" target="_blank">http://www.lists.cs.ucla.edu/mailman/listinfo/ndnsim</a><br>
<br></blockquote></div><br>