fix(mdns): remove same protocol services with different instances

This commit is contained in:
chendejin
2024-05-20 11:00:51 +08:00
parent 3f12ef6eea
commit 042533af90
2 changed files with 92 additions and 22 deletions

View File

@ -450,7 +450,10 @@ typedef struct {
mdns_srv_item_t *service;
} srv_add;
struct {
mdns_srv_item_t *service;
char *instance;
char *service;
char *proto;
char *hostname;
} srv_del;
struct {
mdns_srv_item_t *service;