[Ndn-interest] Large file transfer

Thiago Teixeira tteixeira at engin.umass.edu
Tue Oct 11 10:32:40 PDT 2016


Hi Davide,

Thanks for your help.

Cheers,
Thiago

From: Davide Pesavento [mailto:davide.pesavento at lip6.fr]
Sent: Tuesday, October 11, 2016 6:16 AM
To: Thiago Teixeira <tteixeira at engin.umass.edu>
Cc: ndn-interest at lists.cs.ucla.edu
Subject: Re: [Ndn-interest] Large file transfer

On Mon, Oct 10, 2016 at 10:11 PM, Thiago Teixeira <tteixeira at engin.umass.edu<mailto:tteixeira at engin.umass.edu>> wrote:
Hi folks,

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).

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.

Thanks,
Davide
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndn-interest/attachments/20161011/5d7298c3/attachment.html>


More information about the Ndn-interest mailing list