summaryrefslogtreecommitdiff
path: root/man/man7/zmq_udp.7
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.commkdir>2010-01-14 14:11:34 +0100
committerMartin Sustrik <sustrik@fastmq.commkdir>2010-01-14 14:11:34 +0100
commitb60342ae1a95dbb303705f5b89a94b33805a3841 (patch)
tree830581b7c557e16a5aa951dbe5e77434b901cb3f /man/man7/zmq_udp.7
parent067ba3b9f77a253d4ce58e05ef1fa7702c32b2a3 (diff)
man pages are more specific on NIC name issue
Diffstat (limited to 'man/man7/zmq_udp.7')
-rw-r--r--man/man7/zmq_udp.75
1 files changed, 5 insertions, 0 deletions
diff --git a/man/man7/zmq_udp.7 b/man/man7/zmq_udp.7
index bfebc1c..151a6d4 100644
--- a/man/man7/zmq_udp.7
+++ b/man/man7/zmq_udp.7
@@ -24,6 +24,11 @@ mutlicast group should be specified in the numeric representation. For example:
udp://192.168.0.111:224.0.0.1:5555
.fi
+Note that NIC names are not standardised by POSIX. They tend to be rather
+arbitrary and platform dependent. Say, "eth0" on Linux would correspond to "en0"
+on OSX and "e1000g" on Solaris. On Windows platform, as there are no short NIC
+names available, you have to use numeric IP addresses instead.
+
.SH WIRE FORMAT
Same as with PGM transport except for UDP packet headers.