Commit 20e0b7cd authored by Martin Sustrik's avatar Martin Sustrik

zmq_socket(3) describes the EMFILE error code

Signed-off-by: 's avatarMartin Sustrik <sustrik@250bpm.com>
parent e3dc0b25
...@@ -310,6 +310,8 @@ ERRORS ...@@ -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.
......
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