mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
lwip: Change max number of open sockets
This commit is contained in:
@@ -18,7 +18,7 @@ config L2_TO_L3_COPY
|
||||
|
||||
config LWIP_MAX_SOCKETS
|
||||
int "Max number of open sockets"
|
||||
range 1 16
|
||||
range 1 32
|
||||
default 10
|
||||
help
|
||||
Sockets take up a certain amount of memory, and allowing fewer
|
||||
|
Reference in New Issue
Block a user