diff --git a/doc/zmq_ctx_get.txt b/doc/zmq_ctx_get.txt index 7d6e6434..6558946f 100644 --- a/doc/zmq_ctx_get.txt +++ b/doc/zmq_ctx_get.txt @@ -39,9 +39,9 @@ The 'ZMQ_MAX_MSGSZ' argument returns the maximum size of a message allowed for this context. Default value is INT_MAX. -ZMQ_ZERO_COPY_RCV: Get message decoding strategy +ZMQ_ZERO_COPY_RECV: Get message decoding strategy ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -The 'ZMQ_ZERO_COPY_RCV' argument return whether message decoder uses a zero copy +The 'ZMQ_ZERO_COPY_RECV' 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. diff --git a/doc/zmq_ctx_set.txt b/doc/zmq_ctx_set.txt index f0c02a1c..11feb159 100644 --- a/doc/zmq_ctx_set.txt +++ b/doc/zmq_ctx_set.txt @@ -127,9 +127,9 @@ Default value:: INT_MAX Maximum value:: INT_MAX -ZMQ_ZERO_COPY_RCV: Specify message decoding strategy +ZMQ_ZERO_COPY_RECV: Specify message decoding strategy ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -The 'ZMQ_ZERO_COPY_RCV' argument specifies whether the message decoder should +The 'ZMQ_ZERO_COPY_RECV' argument specifies whether the message decoder should 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