Problem: ZMQ_ZERO_COPY_RCV not marked as DRAFT in docs

Solution: update manpages
This commit is contained in:
Luca Boccassi 2018-03-19 20:15:24 +00:00
parent 6411c4a247
commit a4b74a7b05
2 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,7 @@ ZMQ_ZERO_COPY_RCV: Get message decoding strategy
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The 'ZMQ_ZERO_COPY_RCV' argument return whether message decoder uses a zero copy
strategy when receiving messages. Default value is 1.
NOTE: in DRAFT state, not yet available in stable releases.
ZMQ_SOCKET_LIMIT: Get largest configurable number of sockets

View File

@ -134,6 +134,7 @@ use a zero copy strategy when receiving messages. The zero copy strategy can
lead to increased memory usage in some cases. This option allows you to use the
older copying strategy. You can query the value of this option with
linkzmq:zmq_ctx_get[3] using the 'ZMQ_ZERO_COPY_RECV' option.
NOTE: in DRAFT state, not yet available in stable releases.
[horizontal]
Default value:: 1