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

ZMQ_SNDMORE value #16

Open
reznikmm opened this issue May 31, 2020 · 0 comments
Open

ZMQ_SNDMORE value #16

reznikmm opened this issue May 31, 2020 · 0 comments

Comments

@reznikmm
Copy link

Hello,
There is More socket flag in ZMQ.Sockets declared as:

   More     : constant Socket_Flags := 2#0000_0000_0000_0001#;

But corresponding value in C in 2:

grep ZMQ_SNDMORE /usr/include/*
/usr/include/zmq.h:#define ZMQ_SNDMORE 2

Do I miss something?

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

No branches or pull requests

1 participant