Commit 2e76bbe4 authored by Constantin Rack's avatar Constantin Rack

Merge pull request #1308 from rodgert/master

Try to clarify the intent of zmq_msg_gets() in documentation
parents 10466626 39285cb9
...@@ -19,8 +19,18 @@ property specified by the 'property' argument for the message pointed to by ...@@ -19,8 +19,18 @@ property specified by the 'property' argument for the message pointed to by
the 'message' argument. Both the 'property' argument and the 'value' the 'message' argument. Both the 'property' argument and the 'value'
shall be NULL-terminated UTF8-encoded strings. shall be NULL-terminated UTF8-encoded strings.
The following properties can be retrieved with the _zmq_msg_gets()_ function: Metadata is defined on a per-connection basis during the ZeroMQ connection
handshake as specified in <rfc.zeromq.org/spec:37>.
The following ZMTP properties can be retrieved with the _zmq_msg_gets()_
function:
Socket-Type
Identity
Resource
Other properties may be defined based on the underlying security, see ZAP
auththenticated connection sample below.
RETURN VALUE RETURN VALUE
------------ ------------
......
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