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

feat: support assist connectivity check (udp-dns) by dns module #543

Merged
merged 4 commits into from
Jun 16, 2024

Conversation

mzz2017
Copy link
Contributor

@mzz2017 mzz2017 commented Jun 15, 2024

Background

There were sporadic user reports in the past that tcp+udp did not work properly. I cannot reproduce this problem. One possibility is that the DNS server used for check connectivity is different from the actual DNS, and the dialer server has different connectivity quality (good/poor) to the two DNS servers.

To solve this problem, this PR supports the DNS module to feedback query failures to the connectivity module, thereby assisting in connectivity checks and lowering node priority.

Checklist

Full Changelogs

  • [Implement ...]

Issue Reference

Closes #[issue number]

Test Result

@mzz2017 mzz2017 requested a review from a team as a code owner June 15, 2024 23:57
@douglarek
Copy link
Contributor

Tested and passed on soft routing (Linux 6.6.32 aarch64 GNU/Linux). Btw, thanks to mzz for this passionate weekend of coding.

Copy link
Contributor

@dae-prow dae-prow bot left a comment

Choose a reason for hiding this comment

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

🧪 Since the PR has been fully tested, please consider merging it.

@sumire88 sumire88 merged commit 76a4fe9 into main Jun 16, 2024
29 checks passed
@sumire88 sumire88 deleted the mzz/assist_check_by_dns_module branch June 16, 2024 11:51
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.

3 participants