mdns: make delegate host address a list

Also adds unit test and doc string for new apis.
This commit is contained in:
Jiacheng Guo
2021-04-07 16:21:16 +08:00
parent 2174693096
commit 2d34352f3d
9 changed files with 419 additions and 157 deletions

View File

@@ -106,6 +106,7 @@ typedef void * SemaphoreHandle_t;
typedef void * xQueueHandle;
typedef void * QueueHandle_t;
typedef void * TaskHandle_t;
typedef int BaseType_t;
typedef uint32_t TickType_t;
typedef uint32_t portTickType;