I put in the RC3, no problems from RC2.

However I have one request.  I usually run:

#define LWIP_DBG_MIN_LEVEL LWIP_DBG_LEVEL_WARNING

so only things above warnings get dumped to the console.

But I always get a ton of: 

CON>memp_malloc: out of memory in pool TCP_PCB
CON>memp_malloc: out of memory in pool TCP_PCB
CON>memp_malloc: out of memory in pool TCP_PCB
CON>memp_malloc: out of memory in pool TCP_PCB
CON>memp_malloc: out of memory in pool TCP_PCB
CON>memp_malloc: out of memory in pool TCP_PCB
CON>memp_malloc: out of memory in pool TCP_PCB
CON>memp_malloc: out of memory in pool TCP_PCB
CON>memp_malloc: out of memory in pool TCP_PCB

which as I understand it are not really errors.
This is just the pool being recycled.
It is not really a memory fault.
So I don't think this should be at the serious level.

I would sure like to see this changed to a warning
so it does not get endlessly dumped to the console.

Thanks,  Chris.




_______________________________________________
lwip-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to