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

Speed up Discovery #6

Closed
PropGit opened this issue Mar 25, 2016 · 2 comments
Closed

Speed up Discovery #6

PropGit opened this issue Mar 25, 2016 · 2 comments

Comments

@PropGit
Copy link
Contributor

PropGit commented Mar 25, 2016

Related to Issue #5, the current discovery process (-W switch) takes way too long to complete; 8 seconds in my tests. All modules should be discovered within 1 to 1.5 seconds max.

@PropGit
Copy link
Contributor Author

PropGit commented Mar 25, 2016

UPDATE: This appears to be due to how multiple network interfaces on the computer are being accessed (in a loop, sequentially broadcasting and waiting for responses).

The attempt to resolve this will broadcast on each network interface at nearly the same time, then will process responses from each all within the same 1 to 1.5 second timeout.

@PropGit
Copy link
Contributor Author

PropGit commented Mar 25, 2016

Latest Windows executable tested today. Now discovery is very fast ( < 2 seconds ).

@PropGit PropGit closed this as completed Mar 25, 2016
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

1 participant