mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'tw8810' into 'master'
lwip: update open socket number. modify default number from 4 to 10 See merge request !259
This commit is contained in:
commit
f4df733edf
@ -19,7 +19,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 16
|
||||||
default 4
|
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
|
||||||
sockets to be open at the same time conserves memory. Specify
|
sockets to be open at the same time conserves memory. Specify
|
||||||
|
Loading…
x
Reference in New Issue
Block a user