[email protected] 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(structnetconn*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
_______________________________________________
lwip-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to