mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
15 lines
278 B
Plaintext
15 lines
278 B
Plaintext
|
menu "LWIP"
|
||
|
|
||
|
config LWIP_MAX_SOCKETS
|
||
|
int "Max number of open sockets"
|
||
|
range 1 16
|
||
|
default 4
|
||
|
help
|
||
|
Sockets take up a certain amount of memory, and allowing fewer
|
||
|
sockets to be open at the same time conserves memory. Specify
|
||
|
the maximum amount of sockets here.
|
||
|
|
||
|
endmenu
|
||
|
|
||
|
|