Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mdns: Allow resolve its own non-strict answers
the mDNS responder should not repeat questions when replying, however resolvers must ignore these questions field if they are present. esp-idf mDNS library does include questions in answering packets (thus not strictly following the RFC6762) so the resolver did not correctly resolved another instance host name. Closes #6190
- Loading branch information