forked from espressif/esp-idf
lwip: add prompt when configure max sockets number in menuconfig
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
menu "LWIP"
|
||||
|
||||
config LWIP_MAX_SOCKETS
|
||||
int "Max number of open sockets"
|
||||
int "Max number of open sockets, the valid value is from 1 to 16"
|
||||
range 1 16
|
||||
default 4
|
||||
help
|
||||
|
Reference in New Issue
Block a user