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

Add missing pieces needed to load data files accepted by ldns-testns as input. #489

Draft
wants to merge 22 commits into
base: initial-nsec3-generation
Choose a base branch
from

Conversation

ximon18
Copy link
Member

@ximon18 ximon18 commented Feb 26, 2025

  • Honor MATCH tcp and MATCH udp.
  • Treat multilple MATCH statements as one.

Note: include #390 because without it returning ServiceError::Refused in dnst for ldns-testns causes dig to wait and retry instead of receiving an error.

…returning an appropriate DNS error message.

Factor common service invoking and response processing code out to new trait ServiceInvoker and implement the network server specific parts for the UDP and TCP servers.

Also simplifies some trait bounds.
…as input:

- Honor MATCH tcp and MATCH udp.
- Treat multilple MATCH statements as one.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant