On Fri, Sep 13, 2013 at 11:02 AM, Laurent Alebarde <[email protected]> wrote:
> Shall I understand that CURVE in libzmq implements the same functionalities > as libcurve, but in C++ and fully integrated to libzmq ? Do we inherit > directly of all the available transports (DEALER/ROUTER, STREAM, REQ/REP, > etc) ? And multi-clients management ? Yes, that's right. I'm writing this up, here's the latest article: http://hintjens.com/blog:48 > In multi-client, the server uses the same long term key-pair for all > clients, and a dedicated short term key-pair for each socket initialisation > ? In my understanding, but I have not yet reviewed the libzmq code, there is > one codec per client, them one short term key-pair per client ? Yes, indeed. -Pieter _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
