Alex Simanovsky wrote:
I decided to try and use mempools. Copy pasted the code for lwipopts.h and lwippools from the wiki. Everything compiles fine but when running I get an assertion of "no pool is that big" Can anyone shed some light on what's going on and what exactly the error means?

That means mem_malloc() has been called with a size larger than the biggest pool element you have configured.

Simon

_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to