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

Add configurable sockopt for raw router sockets #627

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dr7ana
Copy link

@dr7ana dr7ana commented Jan 30, 2024

Since v3.3, libzmq has had the option for ZMQ_ROUTER_RAW, where ZMQ framing is not added to read/write data. This PR introduces the ability to set that using the already implemented logic as follows:

zmq::context_t ctx;
zmq::socket_t raw_router(ctx, zmq::socket_type::router);
raw_router.set(zmq::sockopt::router_raw, 1);

@dr7ana
Copy link
Author

dr7ana commented Jun 25, 2024

@gummif or @stephanlachnit, would you mind approving the workflow on this when you get a chance please?

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

1 participant