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

dnsdist: Check that the answer matches the initial query over UDP #3433

Merged
merged 1 commit into from Feb 24, 2016

Conversation

rgacogne
Copy link
Member

If we wrap around our maxOutstanding counter too fast, we need
to check that the answer we get is for the right query.
In order to do that, we now parse the question section in the
response and compare it to the one we expect (type, class and
name).

If we wrap around our maxOutstanding counter too fast, we need
to check that the answer we get is for the right query.
In order to do that, we now parse the question section in the
response and compare it to the one we expect (type, class and
name).
ahupowerdns added a commit that referenced this pull request Feb 24, 2016
dnsdist: Check that the answer matches the initial query over UDP
@ahupowerdns ahupowerdns merged commit 9e0c921 into PowerDNS:master Feb 24, 2016
@rgacogne rgacogne deleted the dnsdist-check-response branch February 24, 2016 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants