lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] handling packets with equal sequence number


From: Kieran Mansley
Subject: Re: [lwip-users] handling packets with equal sequence number
Date: Wed, 30 Mar 2011 15:48:24 +0100

On 30 Mar 2011, at 15:39, Thomas Richter (TCD - DE/Dresden) wrote:

> Give lwIP both frames

Yes, just give lwIP all the frames your driver receives off the wire.  Your 
driver should have no need to parse the frames at all.  lwIP will convert the 
stream of packets, with gaps, overlaps, out of order, retransmissions etc into 
a single correctly ordered byte stream for the application.

Kieran


reply via email to

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