[zeromq-dev] zmq fundamental clarification
Steven McCoy
steven.mccoy at miru.hk
Fri Jan 25 15:10:10 CET 2013
On 25 January 2013 04:10, Joachim Worringen <joachim.worringen at iathh.de>wrote:
> 2. Does zmq support source-specific multicast?
>
>
0mq does not but OpenPGM does. The limitation is the transport
specification and how to incorporate the semantics of SSM.
Suggestions welcome, or you could maybe patch in a new 0mq socket option to
add SSM support: you can add new sources to PGM at any time:
pgm_setsockopt (sock, IPPROTO_PGM, PGM_JOIN_SOURCE_GROUP,
&group_source_req, sizeof (group_source_req)
OS limitations may prevent joining a SSM group after a ASM group:
http://msdn.microsoft.com/en-us/library/windows/desktop/ms739174(v=vs.85).aspx
Possible new super-terse syntax:
pgm://eth0;[ff08::1]@[2a03:2880:10:1f02:face:b00c::25],[ff08::1]@[
2a03:2880:10:1f02:face:b00c::26];[ff08::2]
--
Steve-o
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20130125/74ceeaca/attachment.htm>
More information about the zeromq-dev
mailing list