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

use of DNS query ID in connection map key is probably going to lead to issues #8

Open
Phillipmartin opened this issue Apr 3, 2016 · 1 comment
Assignees
Milestone

Comments

@Phillipmartin
Copy link
Owner

DNS ID is a 16 bit value. In large environments this may not be enough space to prevent collisions. We split the traffic up over an arbitrary number of goroutines, so a simple fix is to spin up more goroutines such that each routine gets fewer values and lowers the chances of collision. A long term solution probably involves adding some other items to the map key.

@jimmystewpot
Copy link
Contributor

This issue should be closed, the query id was fixed by @artyomtkachenko

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants