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

Problems: using Wine requires system tuning, ZMQ_BINDTODEVICE not draft #2639

Merged
merged 3 commits into from
Aug 1, 2017

Conversation

bluca
Copy link
Member

@bluca bluca commented Jul 31, 2017

Solution: document it in the INSTALL file
Fixes #2638

Solution: document it in the INSTALL file
Fixes zeromq#2638
@bluca bluca changed the title Problem: using Wine requires system tuning Problems: using Wine requires system tuning, ZMQ_BINDTODEVICE not draft Jul 31, 2017
bluca added 2 commits July 31, 2017 16:31
Solution: move definition in the DRAFT section of the header
Solution: apply the option outside of the send/recv_enabled blocks so
that it is used for all types of UDP sockets
@@ -368,7 +368,6 @@ ZMQ_EXPORT const char *zmq_msg_gets (const zmq_msg_t *msg, const char *property)
#define ZMQ_VMCI_BUFFER_MAX_SIZE 87
#define ZMQ_VMCI_CONNECT_TIMEOUT 88
#define ZMQ_USE_FD 89
#define ZMQ_BINDTODEVICE 90
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps add a comment that numbering continues elsewhere? Wouldn't an enum be better to avoid conflicts (e.g. two values later with same numbers)?

But even if so, this is a subject for subsequent PR :)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We intentionally avoid enums as it's way, way too easy to break ABI

@jimklimov jimklimov merged commit fda9daa into zeromq:master Aug 1, 2017
@bluca bluca deleted the wine_doc branch August 1, 2017 13:40
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