[ndnSIM] How to perform large data transfer

Spyridon (Spyros) Mastorakis mastorakis at CS.UCLA.EDU
Tue Mar 28 11:00:11 PDT 2017


Hi,

you are trying to send a packet with a size greater than 8800 bytes, which is the maximum packet size defined in ndn-cxx:

https://github.com/named-data/ndn-cxx/blob/e78eeca5cc6c882ea1c72daaffc7678bf42f526b/src/encoding/tlv.hpp#L37 <https://github.com/named-data/ndn-cxx/blob/e78eeca5cc6c882ea1c72daaffc7678bf42f526b/src/encoding/tlv.hpp#L37>

It is not clear to me why you would like to do that, but you could try to change the value of this constant. However, I do not know if further issues will come up because of that.

Thanks,

Spyridon (Spyros) Mastorakis
Personal Website: http://cs.ucla.edu/~mastorakis/ <http://cs.ucla.edu/~mastorakis/>
Internet Research Laboratory
Computer Science Department
UCLA

> On Mar 27, 2017, at 9:20 PM, John Bennedict Lorenzo <kzer95 at gmail.com> wrote:
> 
> Length of block from stream is too large

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndnsim/attachments/20170328/ec46a1d2/attachment.html>


More information about the ndnSIM mailing list