lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] HTTP package from HTTPd server not sent properly


From: Kjel Snorre Jahrus
Subject: Re: [lwip-users] HTTP package from HTTPd server not sent properly
Date: Tue, 7 Aug 2012 11:28:15 +0200

Thank you Kieran, 

That solved my problem

Best regards,
Kjel Snorre

On Mon, Aug 6, 2012 at 5:31 PM, Kieran Mansley <address@hidden> wrote:
On Mon, 2012-08-06 at 13:52 +0200, Kjel Snorre Jahrus wrote:
> I noticed that the previous package sent via network is a HTTP package with
> 1460 Bytes size(the same as the next one which is a RAW ethernet frame
> which contains the actual site data) but with bogus bytes in
> the beginning and 0s afterwards.
>
> Can you please help me find the reason so that I can try fixing it?

My guess is that your driver isn't correctly handling chained buffers
from lwIP.  If lwIP had created a chain of buffers to describe the TCP
segment, and your driver sent each buffer as a separate Ethernet frame
(rather than a single frame) it would I think match what you describe.

Kieran


_______________________________________________
lwip-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/lwip-users


reply via email to

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