Angel CODREAN <[email protected]> wrote: > While debugging I got up until memp.c at line 404 memp = memp_tab[type]; > which returns NULL and I don't manage to understand why.
That simply means you are running out of memory in one of the pools. Either you memory is (configured) too small or you are leaking (i.e. not freeing) memory somewhere. Simon -- Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
