diff options
author | Gonzalo Diethelm <gdiethelm@dcv.cl> | 2010-09-28 15:27:45 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-09-28 15:27:45 +0200 |
commit | 87beaaa00d49d216f856b8322f1ad04e4f9ecea3 (patch) | |
tree | f6feb3fd05c3691d7315636464fcf4c9a4f1afcc /doc | |
parent | 6715f9b1858587db6aec826bdc9a7905bba8030e (diff) |
ZMQ_TYPE socket option added
Diffstat (limited to 'doc')
-rw-r--r-- | doc/zmq_getsockopt.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/zmq_getsockopt.txt b/doc/zmq_getsockopt.txt index a2677c7..5fee978 100644 --- a/doc/zmq_getsockopt.txt +++ b/doc/zmq_getsockopt.txt @@ -26,6 +26,19 @@ value stored in the buffer. The following options can be retrieved with the _zmq_getsockopt()_ function: +ZMQ_TYPE: Retrieve socket type. +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +The 'ZMQ_TYPE option shall retrieve the socket type for the specified +'socket'. The socket type is specified at socket creation time and +cannot be modified afterwards. + +[horizontal] +Option value type:: int +Option value unit:: N/A +Default value:: N/A +Applicable socket types:: all + + ZMQ_RCVMORE: More message parts to follow ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The 'ZMQ_RCVMORE' option shall return a boolean value indicating if the |