-
Notifications
You must be signed in to change notification settings - Fork 3k
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
mbed-os-5.15: Enable Nanostack DNS cache usage #13735
mbed-os-5.15: Enable Nanostack DNS cache usage #13735
Conversation
@artokin, thank you for your changes. |
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.
Approved.
Pull request has been modified.
Test run: FAILEDSummary: 1 of 10 test jobs failed Failed test jobs:
|
This PR cannot be merged due to conflicts. Please rebase to resolve them. |
Inherit methods gethostbyname, gethostbyname_async and get_dns_server to Nanostack class. Methods will try to find DNS server address or DNS query results from Nanostack DNS cache.
-Check address version NSAPI_UNSPEC -Disable traces -More specific interface ID parsing -Harmonize return values
Add set_dns_query_result to WisunBorderRouter.
db3bd50
to
16d3dd4
Compare
CI started |
Test run: FAILEDSummary: 1 of 10 test jobs failed Failed test jobs:
|
Test run: SUCCESSSummary: 10 of 10 test jobs passed |
Summary of changes
Enable usage of Nanostack DNS cache. The cache may contain DNS server address and DNS query results.
Inherit methods gethostbyname, gethostbyname_async and get_dns_server to Nanostack class.
Methods will try to find DNS server address or DNS query results from Nanostack DNS cache.
These same changes are available in:
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers