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: the host does not support NSEC record. (IDFGH-9699) #258

Closed
xieqinan opened this issue Mar 22, 2023 · 0 comments
Closed

mDNS: the host does not support NSEC record. (IDFGH-9699) #258

xieqinan opened this issue Mar 22, 2023 · 0 comments
Assignees

Comments

@xieqinan
Copy link
Contributor

Is your feature request related to a problem?

The host with no associated IPv6 addresses receives a AAAA record question query, the mDNS responds nothing. Accord to the RFC6762 6.1 section, the NSEC record is required to add the addtional response.

Describe the solution you'd like.

I hope the mDNS's responder can repond the DNS NSEC record to the question querier, when the question's resource record does not exist.

Describe alternatives you've considered.

No response

Additional context.

The feature is preferable to the querier having to retransmit its query multiple times, and eventually give up with a timeout.

@github-actions github-actions bot changed the title mDNS: the host does not support NSEC record. mDNS: the host does not support NSEC record. (IDFGH-9699) Mar 22, 2023
david-cermak added a commit to david-cermak/esp-protocols that referenced this issue Mar 30, 2023
MAJOR CHANGE: According to RFC6762-6.1, mdns must provide NSEC record in the addtional fields, if the host exclusively owns the queried name, but has no answer for the queried type.

Closes espressif#258
@david-cermak david-cermak linked a pull request Mar 30, 2023 that will close this issue
david-cermak added a commit to david-cermak/esp-protocols that referenced this issue Apr 14, 2023
MAJOR CHANGE: According to RFC6762-6.1, mdns must provide NSEC record in the addtional fields, if the host exclusively owns the queried name, but has no answer for the queried type.

Closes espressif#258
@xieqinan xieqinan closed this as completed Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants