On Sun, Feb 09, 2014 at 12:19:04AM +0100, Laurent Alebarde wrote:
> Hi all,
> 
> Are ZMQ_PAIR sockets kinds of raw sockets, or do they fulfil the
> NULL, PLAIN, CURVE mechanisms ?
> 
> Laurent

>From man zmq_socket:

   ZMQ_PAIR sockets are designed for inter-thread communication across
   the zmq_inproc(7) transport and do not implement functionality such as
   auto-reconnection.

You want to encrypt traffic over inproc://?

MfG
        Goswin
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to