From 4b58b3735fce59e7f46759c2c925119bb4d99429 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Mon, 7 Nov 2016 15:32:47 +0000 Subject: [PATCH] Problem: NEWS says ZMQ_BLOCKY is a sock opt, but it's a ctx opt Solution: fix it --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 53252d24..ef967dcf 100644 --- a/NEWS +++ b/NEWS @@ -29,13 +29,13 @@ * New Context options: - ZMQ_MAX_MSGSZ + - ZMQ_BLOCKY See doc/zmq_ctx_set.txt and doc/zmq_ctx_get.txt for details. * New Socket options: - ZMQ_HANDSHAKE_IVL - ZMQ_SOCKS_PROXY - ZMQ_XPUB_NODROP - - ZMQ_BLOCKY - ZMQ_XPUB_MANUAL - ZMQ_XPUB_WELCOME_MSG - ZMQ_STREAM_NOTIFY