lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] UDP sending more than 1472 bytes with raw API


From: Sylvain Rochet
Subject: Re: [lwip-users] UDP sending more than 1472 bytes with raw API
Date: Fri, 29 Jul 2016 15:26:02 +0200
User-agent: Mutt/1.5.23 (2014-03-12)

Hi,

On Fri, Jul 29, 2016 at 10:02:33AM -0300, Sergio R. Caprile wrote:
> 
> UDP is message oriented, so you have to split your data in datagrams, 
> because a datagram must fit on an IP datagram on an Ethernet frame.

No, IP supports fragmentation, and lwIP supports fragmented IP packets 
using the IP_FRAG compilation option.

Sylvain

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]