0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-28 16:15:23 +08:00

Merge pull request #1308 from rodgert/master

Try to clarify the intent of zmq_msg_gets() in documentation
This commit is contained in:
Constantin Rack 2015-01-16 18:27:40 +01:00
commit 2e76bbe4f6

View File

@ -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'
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
------------