2021-02-02 18:07:02 +01:00
|
|
|
zmq_proxy_steerable(3)
|
|
|
|
======================
|
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
2023-08-05 20:31:33 +02:00
|
|
|
zmq_proxy_steerable - DEPRECATED
|
2021-02-02 18:07:02 +01:00
|
|
|
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
|
|
|
*int zmq_proxy_steerable (const void '*frontend', const void '*backend',
|
|
|
|
const void '*capture', const void '*control');*
|
|
|
|
|
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
2023-08-05 20:31:33 +02:00
|
|
|
The _zmq_proxy_steerable()_ function is an empty stub that only returns an
|
|
|
|
*EOPNOTSUPP* error, as the author did not provide a relicense agreement for
|
|
|
|
the Mozilla Public License v2 relicense of libzmq.
|
2021-02-02 18:07:02 +01:00
|
|
|
|
|
|
|
|
|
|
|
SEE ALSO
|
|
|
|
--------
|
|
|
|
linkzmq:zmq_proxy[3]
|
|
|
|
linkzmq:zmq_bind[3]
|
|
|
|
linkzmq:zmq_connect[3]
|
|
|
|
linkzmq:zmq_socket[3]
|
|
|
|
linkzmq:zmq[7]
|
|
|
|
|
|
|
|
|
|
|
|
AUTHORS
|
|
|
|
-------
|
|
|
|
This page was written by the 0MQ community. To make a change please
|
|
|
|
read the 0MQ Contribution Policy at <http://www.zeromq.org/docs:contributing>.
|