Skip to content

Commit dcdf311

Browse files
authored
Merge pull request #518 from gabsuren/mdns_docs_update
fix(mdns): updated the document to clarify self-querying mechanism (IDFGH-7528)
2 parents a363bee + b6bbe47 commit dcdf311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mdns/en/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Example method to start mDNS for the STA interface and set ``hostname`` and ``de
3939
mDNS Services
4040
^^^^^^^^^^^^^
4141

42-
mDNS can advertise information about network services that your device offers. Each service is defined by a few properties.
42+
mDNS can advertise information about network services that your device offers. Each service is defined by a few properties. (Please note Self-querying names is not supported in Espressif's mDNS library, a deliberate design choice to simplify implementation, preventing local network pollution and addressing WiFi multicast behavior)
4343

4444
* ``instance_name``: friendly name for your service, like ``Jhon's E{IDF_TARGET_NAME} Web Server``. If not defined, ``default_instance`` will be used.
4545
* ``service_type``: (required) service type, prepended with underscore. Some common types can be found `here <http://www.dns-sd.org/serviceTypes.html>`_.

0 commit comments

Comments
 (0)