Skip to content

Conversation

dr7ana
Copy link
Contributor

@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
Contributor Author

dr7ana commented Jun 25, 2024

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

@gummif gummif merged commit 301871a into zeromq:master Aug 12, 2024
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