add proxy control flow and test

This commit is contained in:
Laurent Alebarde
2013-10-18 11:12:48 +02:00
parent 3b628fd85a
commit 1b75d1ecb5
8 changed files with 344 additions and 9 deletions

View File

@@ -395,7 +395,7 @@ ZMQ_EXPORT int zmq_poll (zmq_pollitem_t *items, int nitems, long timeout);
/* Built-in message proxy (3-way) */
ZMQ_EXPORT int zmq_proxy (void *frontend, void *backend, void *capture);
ZMQ_EXPORT int zmq_proxy (void *frontend, void *backend, void *capture, void *control);
/* Encode a binary key as printable text using ZMQ RFC 32 */
ZMQ_EXPORT char *zmq_z85_encode (char *dest, uint8_t *data, size_t size);