mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 10:17:30 +02:00
fix(mdns): add the maximum number of services
* Original commit: espressif/esp-idf@ba458c69cf
This commit is contained in:
committed by
suren-gabrielyan-espressif
parent
b26c8665f8
commit
0191d6fcd7
13
components/mdns/Kconfig
Normal file
13
components/mdns/Kconfig
Normal file
@ -0,0 +1,13 @@
|
||||
menu "mDNS"
|
||||
|
||||
config MDNS_MAX_SERVICES
|
||||
int "Max number of services"
|
||||
range 1 64
|
||||
default 10
|
||||
help
|
||||
Services take up a certain amount of memory, and allowing fewer
|
||||
services to be open at the same time conserves memory. Specify
|
||||
the maximum amount of services here. The valid value is from 1
|
||||
to 64.
|
||||
|
||||
endmenu
|
Reference in New Issue
Block a user