We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed that pyre engine binds to any interface that is active. How can I make it bind to a specific interface like "eth0"?
The text was updated successfully, but these errors were encountered:
depends on which bind, the broadcasting or the communicating sockets. zbeacon binds on all (should): https://github.com/zeromq/pyre/blob/master/pyre/zbeacon.py#L120 the receiving tcp socket is set here: https://github.com/zeromq/pyre/blob/master/pyre/pyre_node.py#L80
you could modify those?
Sorry, something went wrong.
No branches or pull requests
I noticed that pyre engine binds to any interface that is active. How can I make it bind to a specific interface like "eth0"?
The text was updated successfully, but these errors were encountered: