Hi

is there somewhere a summary about the compatibility between Socket Types and Protocols?

Socket Types:

The Socket Types and how they can be combined is documented here: http://api.zeromq.org/master:zmq-socket

Protocols:

The Protocols are listed here: http://api.zeromq.org/master:zmq-connect (Btw. udp is missing here).

Following the documentation of each of the protocols, nothing is stated about their compatibility towards Socket Types. Except that udp is only compatible with ZMQ_DISH and ZMQ_RADIO at the moment.

Does this mean, that you can use any Socket Type with any Protocol, with an exception for udp?

A matrix would be cool, like socket types vs. protocol types.

Another question would I have is: To what extend is it possible to binding and connecting sockets to multiple addresses with different protocols?

Kind Regards,

  Stephan
_______________________________________________
zeromq-dev mailing list
[email protected]
https://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to