From 7675995fe871b2232102459895111fd9d3f8af00 Mon Sep 17 00:00:00 2001 From: jean-airoldie <25088801+jean-airoldie@users.noreply.github.com> Date: Mon, 22 Jul 2019 20:37:00 -0400 Subject: [PATCH] Problem: incorrect ZMQ_MAX_SOCKETS default value in doc Solution: update the doc with the correct default value --- 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 e350059d8b..f0c02a1c8b 100644 --- a/doc/zmq_ctx_set.txt +++ b/doc/zmq_ctx_set.txt @@ -147,7 +147,7 @@ on the context. You can query the maximal allowed value with linkzmq:zmq_ctx_get[3] using the 'ZMQ_SOCKET_LIMIT' option. [horizontal] -Default value:: 1024 +Default value:: 1023 ZMQ_IPV6: Set IPv6 option