mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-30 02:37:31 +02:00
mdns: allow mutiple instances with same service type
* Original commit: espressif/esp-idf@b7a99f4658
This commit is contained in:
committed by
suren-gabrielyan-espressif
parent
5e087d82d6
commit
b26606252f
@ -84,4 +84,10 @@ menu "mDNS"
|
||||
This option creates a new thread to serve receiving packets (TODO).
|
||||
This option uses additional N sockets, where N is number of interfaces.
|
||||
|
||||
config MDNS_MULTIPLE_INSTANCE
|
||||
bool "Multiple instances under the same service type"
|
||||
default y
|
||||
help
|
||||
Enables adding multiple service instances under the same service type.
|
||||
|
||||
endmenu
|
||||
|
Reference in New Issue
Block a user