[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-users] http server help
From: |
Kieran Mansley |
Subject: |
Re: [lwip-users] http server help |
Date: |
Mon, 26 Oct 2009 09:33:45 +0000 |
On Fri, 2009-10-23 at 17:23 +0100, Zahir Lalani wrote:
> Hi
>
> I have only started using lwip recently, so still finding my way
> around. I have ported it to our hardware and pings are working fine. I
> have now included the sample raw http server and am trying to test
> that. What I find is that the request is received, accept is called,
> and the a data packet is sent. However, although tcp_sent has been set
> to callback, no callback is received. Any ideas as to what may be
> going on?
Can you get a packet capture, e.g. with wireshark, and send that to the
list?
Kieran