Doc improvement: document interface omission in zmq_pgm.txt

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.
parent 5ef63318
...@@ -208,8 +208,8 @@ by C programmers. The intent is that programmers using 0MQ from other languages ...@@ -208,8 +208,8 @@ by C programmers. The intent is that programmers using 0MQ from other languages
shall refer to this documentation alongside any documentation provided by the shall refer to this documentation alongside any documentation provided by the
vendor of their language binding. vendor of their language binding.
Language bindings (Python, PHP, Ruby, Java and more) are provided by members Language bindings ($$C++$$, Python, PHP, Ruby, Java and more) are provided by
of the 0MQ community and pointers can be found on the 0MQ website. members of the 0MQ community and pointers can be found on the 0MQ website.
AUTHORS AUTHORS
......
...@@ -60,7 +60,8 @@ An 'interface' may be specified by either of the following: ...@@ -60,7 +60,8 @@ An 'interface' may be specified by either of the following:
NOTE: Interface names are not standardised in any way and should be assumed to NOTE: Interface names are not standardised in any way and should be assumed to
be arbitrary and platform dependent. On Win32 platforms no short interface be arbitrary and platform dependent. On Win32 platforms no short interface
names exist, thus only the primary IPv4 address may be used to specify an names exist, thus only the primary IPv4 address may be used to specify an
'interface'. 'interface'. The 'interface' part can be omitted, in that case the default one
will be selected.
A 'multicast address' is specified by an IPv4 multicast address in it's numeric A 'multicast address' is specified by an IPv4 multicast address in it's numeric
representation. representation.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment