lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] netconn_recv issue


From: Kieran Mansley
Subject: Re: [lwip-users] netconn_recv issue
Date: Thu, 26 Aug 2010 16:05:21 +0100

On Thu, 2010-08-26 at 06:50 -0700, am85 wrote:
> Hi Kieran, 
> Thank you very much.
> 
> I'm trying to implement this instruction ( while(netbuf_next(Buffer) != -1
> ), but I have the same problem.
> 
> Thanks to the previous answers. 

I don't know then - there is no other obvious problem.  Just to be sure
you could try printing out a message if there is netbuf_data but it
doesn't match the three GET requests you are expecting.

If that doesn't provide a solution you'll have to dig deeper into lwIP
and find out where your requests are getting dropped.  Turning on the
LWIP_DEBUG stuff might help, as could LWIP_STATS code to show if there
is some resource such as packet buffers that is being exhausted and
causing drops.

Kieran




reply via email to

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