lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Running out of memory


From: Kieran Mansley
Subject: Re: [lwip-users] Running out of memory
Date: Tue, 31 May 2011 09:04:02 +0100

On Mon, 2011-05-30 at 17:42 -0700, JM wrote:
> I think I may have figured it out.  It's amazing how posting about a
> problem seems to help solve it.  It's not like I didn't spend a
> considerable amount of time before posting.  

It sounds like you've solved your particular problem, but in general
your application has to handle to case where the send buffer is full
(and it returns ERR_MEM).  The easiest solutions are to (i) drop the
data (if it's not important) or (ii) try again later.

Kieran 




reply via email to

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