mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-19 23:45:28 +02:00
lwip: rework comments according to review
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user