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

Netsocket: Change DNS retry and total attempt counts #11244

Merged
merged 1 commit into from
Aug 21, 2019

Conversation

AriParkkila
Copy link

@AriParkkila AriParkkila commented Aug 16, 2019

Description

With the current DNS defaults, DNS query is sent dns-retries+1 times to the first server if no response is received. DNS should continue sending queries to another DNS server, but because dns-total-attempts limits query count to 3, DNS stops and returns failure.

This change updates DNS counters so that each of five predefined servers are tried twice.

Pull request type

[ ] Fix
[ ] Refactor
[ ] Target update
[x] Functionality change
[ ] Docs update
[ ] Test update
[ ] Breaking change

Reviewers

@kivaisan

Release Notes

DNS lookup is done for each of five predefined servers twice. This change affects the previous DNS lookup functionality only when it's expected that DNS is made three times on the very first DNS server.
Although that's unlikely needed, the previous functionality can be restored reverting the changes to DNS configuration.

@ciarmcom ciarmcom requested review from kivaisan and a team August 16, 2019 13:00
@ciarmcom
Copy link
Member

@AriParkkila, thank you for your changes.
@kivaisan @ARMmbed/mbed-os-ipcore @ARMmbed/mbed-os-maintainers please review.

@ciarmcom ciarmcom requested a review from a team August 16, 2019 13:00
@0xc0170
Copy link
Contributor

0xc0170 commented Aug 19, 2019

[x] Functionality change

It should contain release notes addition above. please add it

Copy link
Contributor

@0xc0170 0xc0170 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Waiting for detailed release notes section

@0xc0170
Copy link
Contributor

0xc0170 commented Aug 20, 2019

Started CI meanwhile

@mbed-ci
Copy link

mbed-ci commented Aug 20, 2019

Test run: SUCCESS

Summary: 11 of 11 test jobs passed
Build number : 2
Build artifacts

@AriParkkila
Copy link
Author

@0xc0170 Updated Release Notes.

@0xc0170 0xc0170 merged commit ff4dac9 into ARMmbed:master Aug 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants