menu "LWIP"
config LWIP_MAX_SOCKETS
- int "Max number of open sockets, the valid value is from 1 to 16"
+ int "Max number of open sockets"
range 1 16
default 4
help
Sockets take up a certain amount of memory, and allowing fewer
sockets to be open at the same time conserves memory. Specify
- the maximum amount of sockets here.
+ the maximum amount of sockets here. The valid value is from 1
+ to 16.
config LWIP_THREAD_LOCAL_STORAGE_INDEX
int "Index for thread-local-storage pointer for lwip"
---------- Internal Memory Pool Sizes ----------
------------------------------------------------
*/
-/**
- * MEMP_NUM_TCP_PCB: the number of simulatenously active TCP connections.
- * (requires the LWIP_TCP option)
- */
/**
* MEMP_NUM_NETCONN: the number of struct netconns.