Dear lwIP users,

I need confirmation about the lwIP memory use.

The lwIP uses two areas of memory:
- one dedicated to the buffers pbuf and defined by :
PBUF_POOL_SIZE x PBUF_POOL_BUFSIZE
- and one area for the structures (tcp_pcb, udp_pcb) and other
variables which are dynamically allocated, and this area is defined
by: the MEM_SIZE

So, any comment.

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

Reply via email to