<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Oct 10, 2016 at 10:11 PM, Thiago Teixeira <span dir="ltr"><<a href="mailto:tteixeira@engin.umass.edu" target="_blank">tteixeira@engin.umass.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="m_-4396510950733596116WordSection1">
<p class="MsoNormal">Hi folks,<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">I am experimenting with mobility in NDN and want to evaluate the performance and reliability under intermittent/disconnected networks. NDN-Ping and NDN-Chunks run fine; however, ndnchunks handles single small files (data packet less than
 8800 B, if I’m not mistaken).</p></div></div></blockquote><div><br></div><div>This is partially incorrect. ndncatchunks/ndnputchunks (collectively referred to as "chunks") can handle files of arbitrary size. A single Data packet can be at most 8800 bytes long, so if the file is larger than that, chunks will split it into segments. You can choose the maximum segment size using the -s/--size option of ndnputchunks.</div><div><br></div><div>Thanks,</div><div>Davide</div></div></div></div>