mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'feature/lwip_numbers' into 'master'
Change max number of open sockets Change max number of open sockets from 16 to 32 because of MFI project need support 21 open sockets at least. See merge request !532
This commit is contained in:
commit
9463a7c594
@ -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