[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-users] Reassemble fragmented TCP packets
From: |
Kieran Mansley |
Subject: |
Re: [lwip-users] Reassemble fragmented TCP packets |
Date: |
Thu, 03 Sep 2009 13:15:31 +0100 |
On Tue, 2009-09-01 at 08:21 +0200, Fabian Koch wrote:
>
> > The thing to bear in mind is that lwIP provides TCP chuncks to the
> > application as soon as it have been received. Any applications must
> > be aware of that feature!
>
> ... with the RAW-API.
> Sockets and netconns behave very much as expected.
I wouldn't rely on that behaviour. They may seem to do what you want,
but it's not guaranteed. The receiver can segment the data as it passes
it to the application very differently to the way the sender did.
Kieran