On Mon, Feb 17, 2014 at 10:17 PM, Mark Wright <[email protected]> wrote:
> It does, thank you. How is load balancing handled? Do I apply > zsocket_set_curve_serverkey multiple times? Or must all servers have the > same key pair if I do multiple zmq_connect() calls? Set the appropriate key before each zmq_connect(). > Is there documentation for function calls like zsocket_set_curve_serverkey? ZeroMQ man page: zmq_setsockopt. -Pieter _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
