mdns: allow mutiple instances with same service type

* Original commit: espressif/esp-idf@b7a99f4658
This commit is contained in:
Jiacheng Guo
2021-09-13 19:33:02 +08:00
committed by suren-gabrielyan-espressif
parent 5e087d82d6
commit b26606252f
4 changed files with 99 additions and 11 deletions

View File

@ -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