I have been using zmq_bind(socket, "tcp://lo:*") to bind to a random unused port. I can find examples using other languages to use random_port to limit the range of ports (e.g. only assign a port between 30000 and 31000). Is there a way to do this in C++?
Thanks, Mike Alexander
_______________________________________________ zeromq-dev mailing list [email protected] https://lists.zeromq.org/mailman/listinfo/zeromq-dev
