lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-users] lwIP memory settings


From: Seifeddine Jlassi
Subject: [lwip-users] lwIP memory settings
Date: Mon, 19 Oct 2009 10:27:07 +0100

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]