lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] problem with web page with frames


From: address@hidden
Subject: Re: [lwip-users] problem with web page with frames
Date: Wed, 06 Jul 2011 22:01:08 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20110624 Thunderbird/5.0

rocco brandi wrote:
Simon, I'm terribly sorry for the pcap, I don't know why wireshark ignored the filter when I saved it m(_ _)m

I'm not sure that the problem relies on lwip port, since with previous version of httpd everything work fine (at least with page without frames)
It still seems like an issue in your port as normally, application changes should not lead to invalid checksums or even skipped TCP segno's. You could try to define HTTP_IS_DATA_VOLATILE(hs) to 1 so that data is always copied in to PBUF_RAM pbufs for sending. But while (invalidly) using no-copy might lead to invalid checksums, skipped segno's should be totally independent of this setting (since TCP headers are always saved in PBUF_RAM pbufs).

Simon

reply via email to

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