0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-26 23:01:04 +08:00

ENODEV from zmq_bind error described

This commit is contained in:
Martin Sustrik 2010-04-06 07:33:52 +02:00
parent 37fd1a77a6
commit 0777567e89

View File

@ -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