mdns: can't use web workflow port

This commit is contained in:
anecdata 2023-07-12 23:32:44 -05:00 committed by Dan Halbert
parent 6d45f4504c
commit 3d212f70eb
1 changed files with 2 additions and 0 deletions

View File

@ -171,6 +171,8 @@ STATIC MP_DEFINE_CONST_FUN_OBJ_KW(mdns_server_find_obj, 1, _mdns_server_find);
//| ``service_type`` and ``protocol`` can only occur on one port. Any call after the first
//| will update the entry's port.
//|
//| If web workflow is active, the port it uses can't also be used to advertise a service.
//|
//| :param str service_type: The service type such as "_http"
//| :param str protocol: The service protocol such as "_tcp"
//| :param int port: The port used by the service"""