czmq
czmq copied to clipboard
can use zsock_new_pub() api set ipv6
please elaborate, what is the problem?
please elaborate, what is the problem?
CZMQ_EXPORT zsock_t *
zsock_new_pub (const char *endpoint);
this API how to use in IPV6 network
It should just work as with libzmq though you might need to enable ipv6 first: zsys_set_ipv6 (1);