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

Raw packet relay feature (performance) #67

Open
taoeffect opened this issue Apr 22, 2014 · 4 comments
Open

Raw packet relay feature (performance) #67

taoeffect opened this issue Apr 22, 2014 · 4 comments

Comments

@taoeffect
Copy link
Collaborator

There are many ways to implement the following (and they should all be explored), but the main idea is that always having to parse and repack every packet creates a DNS library that unnecessarily slow when only a relay is desired.

The goal of this feature is to put as little latency on the receiving and sending of a DNS question/response when the goal is to simply act as a bridge/relay for another DNS server.

@SGrondin
Copy link

I've begun working on this.

@taoeffect
Copy link
Collaborator Author

Awesome. 👍

@taoeffect
Copy link
Collaborator Author

@SGrondin, please work off of the okTurtles forks, they have a lot of improvements (especially in native-dns-packet) @tjfontaine said he would review the PRs I sent him (but I'm guessing he just needs to find the time for it):

@SGrondin
Copy link

Noted, thanks.

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

No branches or pull requests

2 participants