Skip to content
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 doesn't work with iOS #86059

Closed
VineetaNarkhede-eaton opened this issue Feb 20, 2025 · 4 comments · Fixed by #87268
Closed

mDNS doesn't work with iOS #86059

VineetaNarkhede-eaton opened this issue Feb 20, 2025 · 4 comments · Fixed by #87268
Assignees
Labels
area: Networking Enhancement Changes/Updates/Additions to existing features

Comments

@VineetaNarkhede-eaton
Copy link
Contributor

Describe the bug
When a query is sent from iOS using a hostname, no response is received. However, it works with an IP address. After debugging, I discovered that the query type (65-HTTPS) sent by iOS is not supported in the Zephyr code, causing the query to be rejected.

I could resolve this issue by adding support for the query type 65.

@VineetaNarkhede-eaton VineetaNarkhede-eaton added the bug The issue is a bug, or the PR is fixing a bug label Feb 20, 2025
@henrikbrixandersen
Copy link
Member

Please use our bug template when reporting bugs. You need to edit this issue to include the information requested in https://github.com/zephyrproject-rtos/zephyr/blob/main/.github/ISSUE_TEMPLATE/001_bug_report.md

@jukkar
Copy link
Member

jukkar commented Feb 20, 2025

I could resolve this issue by adding support for the query type 65.

@VineetaNarkhede-eaton do you mean that you could send a PR for this? If yes, that would be great indeed, all patches are welcome.

@jukkar
Copy link
Member

jukkar commented Feb 20, 2025

This is more like an enhancement than a bug so changing label.

@jukkar jukkar added Enhancement Changes/Updates/Additions to existing features and removed bug The issue is a bug, or the PR is fixing a bug labels Feb 20, 2025
@VineetaNarkhede-eaton
Copy link
Contributor Author

I could resolve this issue by adding support for the query type 65.

@VineetaNarkhede-eaton do you mean that you could send a PR for this? If yes, that would be great indeed, all patches are welcome.

Sure, I will raise the PR.

VineetaNarkhede-eaton added a commit to VineetaNarkhede-eaton/zephyr that referenced this issue Mar 18, 2025
Fixes: zephyrproject-rtos#86059

The query type used by iOS is HTTPS-65,
Adding HTTPS query type to support iOS.

Signed-off-by: Vineeta S Narkhede <VineetaSNarkhede@Eaton.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Networking Enhancement Changes/Updates/Additions to existing features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants