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

Set internal socket to be reusable to support multiboxing #7

Merged
merged 1 commit into from
Jul 16, 2020

Conversation

bluekirby0
Copy link
Contributor

This causes the internal server used by the loader to allow multiple bindings to the same address/port pair which allows for multiple clients to be run in parallel.

In theory, setsockopt before bind should never cause an error, rather instead causing an error to be raised on bind, but its better to have the error check than not.

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.

2 participants