-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mdns_query_a() can't find host (IDFGH-4352) #6190
Comments
Thanks for reporting, we will look into. |
@nopnop2002 Thanks for making a separate issue for this problem and sorry for such a late response. Could you please set the MDNS_STRICT_MODE to 1 in: |
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
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
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 espressif/esp-idf#6190 * Original commit: espressif/esp-idf@0693e17
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 espressif/esp-idf#6190 * Original commit: espressif/esp-idf@0693e17
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 espressif/esp-idf#6190 * Original commit: espressif/esp-idf@0693e17
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 espressif/esp-idf#6190 * Original commit: espressif/esp-idf@0693e17
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 espressif/esp-idf#6190 * Original commit: espressif/esp-idf@0693e17
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 espressif/esp-idf#6190 * Original commit: espressif/esp-idf@0693e17
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 espressif/esp-idf#6190 * Original commit: espressif/esp-idf@0693e17
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 espressif/esp-idf#6190 * Original commit: espressif/esp-idf@0693e17
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 espressif/esp-idf#6190 * Original commit: espressif/esp-idf@0693e17
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 espressif/esp-idf#6190 * Original commit: espressif/esp-idf@0693e17
Environment
Problem Description
mdns_query_a() cannot find the host.
Steps to reproduce
1.Step1
build this example and run.
mdns hostname set to: [esp32-mdns-05C634]
2.Step2
I execute the following program on another ESP32.
mdns_query_a() work fine.
sp32-mdns-05C634.local resolved to: 192.168.10.132
3.Step3
I execute the same program again.
mdns_query_a() can't find host.
Host was not found!
The text was updated successfully, but these errors were encountered: