• Ricardo Catalinas Jiménez's avatar
    Doc improvement: document interface omission in zmq_pgm.txt · 0e053e34
    Ricardo Catalinas Jiménez authored
    The PGM transport supports the omission of the network interface to
    select the default one like:
    
      announce.connect("epgm://eth0;239.255.128.46:64646"); // Use eth0
      announce.connect("epgm://239.255.128.46:64646"); // Use the default
    
    Also, mention C++ in the additional community bindings of 0MQ in
    zmq.txt.
    0e053e34
zmq_pgm.txt 5.36 KB