lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] netconnect_listen ERR_MEM w/ multiple sockets


From: address@hidden
Subject: Re: [lwip-users] netconnect_listen ERR_MEM w/ multiple sockets
Date: Sat, 22 Oct 2011 18:44:22 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1

address@hidden wrote:
Independently (only one of them has been compiled in),  they both work.  However when I complied both in, one will work and the other will return a
ERR_MEM ( Out of memory error) code after calling netconn_listen( struct netconn *conn ).

That pretty much sounds like a resource problem. Have you tried increasing the various defines found in opt.h? You can find out which resource is the problem by having a look at lwip_stats (when mem_stats and memp_stats are enabled).

Simon

reply via email to

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