mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-29 00:32:34 +08:00
zmq_socket(3) describes the EMFILE error code
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
parent
e3dc0b25d9
commit
20e0b7cdcb
@ -310,6 +310,8 @@ ERRORS
|
|||||||
The requested socket 'type' is invalid.
|
The requested socket 'type' is invalid.
|
||||||
*EFAULT*::
|
*EFAULT*::
|
||||||
The provided 'context' is invalid.
|
The provided 'context' is invalid.
|
||||||
|
*EMFILE*::
|
||||||
|
The limit on the total number of open 0MQ sockets has been reached.
|
||||||
*ETERM*::
|
*ETERM*::
|
||||||
The context specified was terminated.
|
The context specified was terminated.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user