-
Notifications
You must be signed in to change notification settings - Fork 2k
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
sock_dns_cache: move to dns_cache #18318
sock_dns_cache: move to dns_cache #18318
Conversation
@chrysn would it be possible to backport this into the 2022.07 branch? It is an API change to quite a young feature, so I would prefer to have the introduction and the API change in the same release. |
Sure makes sense -- before the API hits a release. I don't have time right now to review this PR, but if you can get it in at the RC1 (or RC2 if happens early) stage, I'd take it as a backport. |
Done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please squash
Also piggy-back some fixes to the unittests and submodule handling
cc0aaa8
to
8bec9c1
Compare
Squashed |
Backport provided in #18327 |
Contribution description
There is really no need for the DNS cache to be part of
sock_dns
and this makes it also usable for other DNS implementations and DNS protocols (such as DoC implemented ingcoap_dns
)Testing procedure
tests/unittests
should still pass.should compile and succeed.
Issues/PRs references
Follow-up on #17680.