Closed neomantic-zz closed 11 years ago
This PR adds a binding to zmq_proxy. This call is available in version 3.2.x of zmq, and replaces zmq_device.
The API is ...
procedure (proxy! frontend backend [capture]) → void frontend : socket? backend : socket? capture : (or/c socket? false?) = #f
This PR adds a binding to zmq_proxy. This call is available in version 3.2.x of zmq, and replaces zmq_device.
The API is ...