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:
parent
37fd1a77a6
commit
0777567e89
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user