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

Problem: ZMQ_SOCKET_LIMIT and ZMQ_THREAD_PRIORITY have the same value #3364

Merged
merged 1 commit into from
Jan 15, 2019

Conversation

bluca
Copy link
Member

@bluca bluca commented Jan 15, 2019

Solution: remove documents and tests for ZMQ_THREAD_PRIORITY getter. It
never worked and can never work as it has the same value as a get-only
option ZMQ_SOCKET_LIMIT. It cannot be changed without breaking ABI.
Note that the setter works fine as ZMQ_SOCKET_LIMIT is get-only.

Fixes #3362

Solution: remove documents and tests for ZMQ_THREAD_PRIORITY getter. It
never worked and can never work as it has the same value as a get-only
option ZMQ_SOCKET_LIMIT. It cannot be changed without breaking ABI.
Note that the setter works fine as ZMQ_SOCKET_LIMIT is get-only.
@somdoron somdoron merged commit 0761e6b into zeromq:master Jan 15, 2019
@c-rack
Copy link
Member

c-rack commented Jan 15, 2019

@somdoron you are too fast for me :)

@bluca bluca deleted the thread_priority_get branch January 15, 2019 22:18
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.

None yet

3 participants