mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
lwip: Change max number of open sockets
This commit is contained in:
parent
290c40a4ab
commit
03ea45046d
@ -18,7 +18,7 @@ config L2_TO_L3_COPY
|
|||||||
|
|
||||||
config LWIP_MAX_SOCKETS
|
config LWIP_MAX_SOCKETS
|
||||||
int "Max number of open sockets"
|
int "Max number of open sockets"
|
||||||
range 1 16
|
range 1 32
|
||||||
default 10
|
default 10
|
||||||
help
|
help
|
||||||
Sockets take up a certain amount of memory, and allowing fewer
|
Sockets take up a certain amount of memory, and allowing fewer
|
||||||
|
Loading…
Reference in New Issue
Block a user