[Ndn-interest] [Nfd-dev] NFD_Data_Packet_MTU

Davide Pesavento davide.pesavento at lip6.fr
Thu Jan 18 09:08:59 PST 2018


Giuseppe,

If you change the value of MAX_NDN_PACKET_SIZE, you're on your own.

That being said, make sure you recompile *all* NDN software, including
NFD, every time you change a public constant in the library.

Davide

On Thu, Jan 18, 2018 at 11:50 AM, Giuseppe Carella
<gcarella228 at gmail.com> wrote:
> Good morning community,
>
> Could you tell me what is the maximum dimension I can assign to a data
> packet?
> I made some tests and I tried to change the dimension of the data packet (I
> changed the variable  MAX_NDN_PACKET_SIZE) and it seems that the MTU is 8800
> Byte.
>
> If I create a data packet having a dimension bigger than 8800 I get the
> following error:
>
> "ERROR: error while sending data to socket (Broken pipe)"
>
> Is there any solution on that?
>
> Thank you.
> Giuseppe.
>
> _______________________________________________
> Nfd-dev mailing list
> Nfd-dev at lists.cs.ucla.edu
> http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev
>


More information about the Ndn-interest mailing list