lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] file upload


From: Kieran Mansley
Subject: Re: [lwip-users] file upload
Date: Thu, 08 Mar 2007 12:49:59 +0000

On Thu, 2007-03-08 at 13:04 +0100, Heike Lepke wrote:
> new debug files...

Had a look at those and everything seems fine.  The packets are getting
passed through and acknowledged by the TCP stack, so they are processed
correctly.  It must be a problem relating to passing the data between
the stack and your application.  You should look at this in more detail
(e.g. the receive callback to your application) and trace what happens
to the packets that should be passed up.

Just a thought - are you calling tcp_recved() after receiving the first
block of data?

Kieran 





reply via email to

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