lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] lwip stack with Xilinx tools, get dropped packets while ser


From: Dmitry Babayev
Subject: [lwip-users] lwip stack with Xilinx tools, get dropped packets while serving webpage
Date: Mon, 6 Aug 2012 14:38:00 -0400

Hi all,

I am a Xilinx SDK (13.2) user and writing code around the lwip stack that was provided with the software. I am trying to serve up a web page using lwip raw api project with some mods and looking at the hyperterminal output below you can see that some of it goes through and then I get a bunch of dropped packets. Webpage name is the only thing that goes across I can see in the browser but then it just keeps waiting for the rest. Does anyone have any idea of how to get past this isuue?

 

http GET: index.html
http_sent_callback: attempting to read 1400 bytes, left = 27405 bytes
http_sent_callback: attempting to read 1400 bytes, left = 26005 bytes
http_sent_callback: attempting to read 1400 bytes, left = 24605 bytes
http GET: css/main.css
http GET: css/dip/dip.css
http GET: css/led/led.css
http GET: js/dip.js
http GET: css/graycurve/graycurve.css
http_sent_callback: attempting to read 1400 bytes, left = 23205 bytes
http_sent_callback: attempting to read 1400 bytes, left = 21805 bytes
http_sent_callback: attempting to read 1400 bytes, left = 20405 bytes
http_sent_callback: attempting to read 1400 bytes, left = 19005 bytes
http_sent_callback: attempting to read 1400 bytes, left = 4875 bytes
http_sent_callback: attempting to read 1400 bytes, left = 17605 bytes
pack dropped, no space
pack dropped, no space
http_sent_callback: attempting to read 1400 bytes, left = 16205 bytes
pack dropped, no space
pack dropped, no space
pack dropped, no space
pack dropped, no space
pack dropped, no space
http_sent_callback: attempting to read 1400 bytes, left = 14805 bytes
pack dropped, no space
pack dropped, no space
pack dropped, no space
http_sent_callback: attempting to read 1400 bytes, left = 13405 bytes
pack dropped, no space
pack dropped, no space
pack dropped, no space
http GET: js/led.js
pack dropped, no space
pack dropped, no space
pack dropped, no space
pack dropped, no space
http GET: js/range.js
pack dropped, no space
pack dropped, no space
pack dropped, no space
http_sent_callback: attempting to read 1400 bytes, left = 3475 bytes
pack dropped, no space
pack dropped, no space
pack dropped, no space
pack dropped, no space
http_sent_callback: attempting to read 1400 bytes, left = 2075 bytes
pack dropped, no space
pack dropped, no space
pack dropped, no space
pack dropped, no space
http_sent_callback: attempting to read 1400 bytes, left = 12005 bytes
pack dropped, no space
pack dropped, no space
pack dropped, no space
pack dropped, no space
pack dropped, no space

 

 

Thanks,

Dmitry

 


reply via email to

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