zmq_unbind (3) Linux Manual Page
zmq_unbind – Stop accepting connections on a socket Synopsis int zmq_unbind(void *socket, const char *endpoint); Description The zmq_unbind() function shall unbind a socket specified by the socket argument from the endpoint specified by the endpoint argument. The endpoint argument is as described in zmq_bind(3) Unbinding wild-card addres from a socket When wild-card * endpoint (described…
