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 _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
