diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2010-04-06 07:33:52 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-04-06 07:33:52 +0200 |
commit | 0777567e8911382ac42859f907730df023ebec26 (patch) | |
tree | b6b930247c3823c2f302c2d032edc8f3a5798140 /doc | |
parent | 37fd1a77a6927ae351e10fe8d5b68d0b0d525d22 (diff) |
ENODEV from zmq_bind error described
Diffstat (limited to 'doc')
-rw-r--r-- | doc/zmq_bind.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/zmq_bind.txt b/doc/zmq_bind.txt index 385d6ab..4275499 100644 --- a/doc/zmq_bind.txt +++ b/doc/zmq_bind.txt @@ -49,7 +49,9 @@ The requested 'transport' protocol is not compatible with the socket type. *EADDRINUSE*:: The given 'address' is already in use. *EADDRNOTAVAIL*:: -A nonexistent interface was requested or the requested 'address' was not local. +Requested 'address' was not local. +*ENODEV*:: +A nonexistent interface was requested. EXAMPLE |