Re: [zeromq-dev] Consequences of using same keys on multiple servers or clients in CurveZMQ

2018-03-09 Thread Patrik Wenger
Hi The problem I see is that any shared/copied private key is not private anymore. Why not set up a key lookup service which knows and offers the public keys of all known devices? Every device could get the list of known public keys when starting up, feed them into a ZAP authenticator [1],

Re: [zeromq-dev] Bidirectional Async Over TCP Without Multiple Binds

2018-02-14 Thread Patrik Wenger
. -Jake On Wed, Feb 14, 2018 at 4:25 PM, Patrik Wenger <pad...@gmail.com <mailto:pad...@gmail.com>> wrote: Hi Jake In fact, most ZMQ socket types do some sort of load balancing when connected with multiple other sockets. See [1], especially the "Outgoing

Re: [zeromq-dev] Bidirectional Async Over TCP Without Multiple Binds

2018-02-14 Thread Patrik Wenger
Hi Jake In fact, most ZMQ socket types do some sort of load balancing when connected with multiple other sockets. See [1], especially the "Outgoing routing strategy" and "Incoming routing strategy" in the table for each socket type. TL;DR if the socket allows receiving messages and is