Commit 0777567e authored by Martin Sustrik's avatar Martin Sustrik

ENODEV from zmq_bind error described

parent 37fd1a77
...@@ -49,7 +49,9 @@ The requested 'transport' protocol is not compatible with the socket type. ...@@ -49,7 +49,9 @@ The requested 'transport' protocol is not compatible with the socket type.
*EADDRINUSE*:: *EADDRINUSE*::
The given 'address' is already in use. The given 'address' is already in use.
*EADDRNOTAVAIL*:: *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 EXAMPLE
......
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