From 2b45e38b7ba4d1258cee4c7474701dc1d54d680d Mon Sep 17 00:00:00 2001 From: Pieter Hintjens Date: Mon, 20 Jul 2015 23:05:48 +0200 Subject: [PATCH] Problem: documentation for ZMQ_CTX_BLOCKY is wrong Solution: fix it. Default is true, not false. --- doc/zmq_ctx_set.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/zmq_ctx_set.txt b/doc/zmq_ctx_set.txt index 6c9b24ca..7cbb2a6a 100644 --- a/doc/zmq_ctx_set.txt +++ b/doc/zmq_ctx_set.txt @@ -33,7 +33,7 @@ are given a linger timeout of zero. You must still close all sockets before calling zmq_term. [horizontal] -Default value:: false (old behavior) +Default value:: true (old behavior) ZMQ_IO_THREADS: Set number of I/O threads