Hi Ganga, > How do we specify the network to use for the PGM publisher, when we are > running on a multi-homed system? > > Looking through the zmq.h, the socket options do not have any way to > specify the MULTICAST_IF.
The interface is part of the pgm address: zmq_connect (s, "pgm://eth0;239.0.0.111;5555"); Martin _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
