-
Notifications
You must be signed in to change notification settings - Fork 193
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
Expose zmq_setsockopt publicly #342
Comments
+1 I want to set SO_REUSEADDR on a socket, and I cannot find a way to do so (from rust) currently, and I understand this is the method I would require. I see some macros in the code but cannot find docs on them... |
@andrewdavidmackenzie hopefully you already figured this out, but you can work around this by separately using the |
Was wondering if you thought this would get exposed in zmq (rust), or zmq_sys will be the only way and no point in waiting? |
@andrewdavidmackenzie It seems this project is no longer maintained. My personal recommendation would be to use |
A diff for such a change might look like:
I would be happy to open a PR given feedback from maintainers about how they would like the change to be made so that it is most likely to be merged.
The text was updated successfully, but these errors were encountered: