[zeromq-dev] Bug in zmq_pgm(7) manpage

Steven McCoy steven.mccoy at miru.hk
Fri Jan 22 10:03:44 CET 2010


Connection string for PGM transport is "pgm://" followed by an IP address
of the NIC to use, semicolon, IP address of the multicast group, colon and
port number. IP address of the NIC can be either its numeric representation
or the name of the NIC as reported by operating system. IP address of the
multicast group should be specified in the numeric representation. For example:


.nf
    pgm://eth0:224.0.0.1:5555
    pgm://lo:230.0.0.0:6666
    pgm://192.168.0.111:224.0.0.1:5555
.fi


The comment states semi-colon then colon whilst the examples show two
colons.


-- 

Steve-o
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20100122/ed987dbf/attachment.htm>


More information about the zeromq-dev mailing list