mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 03:16:18 +00:00
mdns: abort packet analysis if conflict detected
Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>
This commit is contained in:
parent
6302423d7f
commit
2441c6fa3f
@ -1949,6 +1949,8 @@ mdns_handle_response(struct mdns_packet *pkt, struct netif *netif)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (i < MDNS_MAX_SERVICES)
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
/* Perform conflict resolution (RFC6762 section 9):
|
/* Perform conflict resolution (RFC6762 section 9):
|
||||||
* We assume a conflict if the hostname or service name matches the answers
|
* We assume a conflict if the hostname or service name matches the answers
|
||||||
|
Loading…
Reference in New Issue
Block a user