2016-08-17 15:08:22 +00:00
|
|
|
menu "LWIP"
|
|
|
|
|
|
|
|
config LWIP_MAX_SOCKETS
|
|
|
|
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.
|
|
|
|
|
2016-08-24 05:29:06 +00:00
|
|
|
config LWIP_THREAD_LOCAL_STORAGE_INDEX
|
|
|
|
int "Index for thread-local-storage pointer for lwip"
|
|
|
|
default 0
|
|
|
|
help
|
|
|
|
Specify the thread-local-storage-pointer index for lwip
|
|
|
|
use.
|
|
|
|
|
2016-08-17 15:08:22 +00:00
|
|
|
endmenu
|
|
|
|
|
|
|
|
|