OK, if I'm reading that correctly, then there's a slight typo in the address.
"epgm://192.168.1.11;239.168.1.10,239.168.1.12,239.168.1.13,239.168.1.11:5000" should be "epgm://192.168.1.11;239.168.1.10,239.168.1.12,239.168.1.13;239.168.1.11:5000" That is, the last multicast address (the send address) requires a semi-colon in front of it, not a comma; correct? I'm sorry if I'm being nit picky, I just want to be 100% sure of what I'm doing. Thanks, Cem Karan On Thu, Aug 9, 2012 at 5:16 PM, Steven McCoy <[email protected]> wrote: > On 9 August 2012 15:26, CFK <[email protected]> wrote: >> >> I'm interested in Stuart's question as well, but I'm also interested >> in the addresses you showed (e.g., >> >> "epgm://192.168.1.11;239.168.1.10,239.168.1.12,239.168.1.13,239.168.1.11:5000"). >> Where is that addressing form documented? I looked at both the 2.2 >> and 3.3 documentation and I didn't see it. >> > > It's detailed here, > > https://code.google.com/p/openpgm/wiki/OpenPgmConceptsTransport > > -- > Steve-o > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
