zmq_msg_send (3) Linux Manual Page
zmq_msg_send – send a message part on a socket Synopsis int zmq_msg_send(zmq_msg_t *msg, void *socket, int flags); Description The zmq_msg_send() function is identical to zmq_sendmsg(3), which shall be deprecated in future versions. zmq_msg_send() is more consistent with other message manipulation functions. The zmq_msg_send() function shall queue the message referenced by the msg argument to be…
