From e58f047791f9b81a2154e80f3787006fa4ceb211 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Sat, 16 Jan 2021 15:41:58 +0000 Subject: [PATCH] Problem: typos in zmq_setsockopt.txt Solution: fix them --- doc/zmq_setsockopt.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/zmq_setsockopt.txt b/doc/zmq_setsockopt.txt index 85119948..a010d3d8 100644 --- a/doc/zmq_setsockopt.txt +++ b/doc/zmq_setsockopt.txt @@ -755,8 +755,9 @@ you may also want to set `ZMQ_HANDSHAKE_IVL` -- the default handshake interval is 30000 (30 seconds), which is typically too large. The 'ZMQ_RECONNECT_STOP_AFTER_DISCONNECT' option will stop reconnection when -called zmq_disconnect(). This can be useful when the user request failed(server not -ready),the sokcet do not need to continue to reconnect after user disconnect actively. +zmq_disconnect() has been called. This can be useful when the user's request failed +(server not ready), as the socket does not need to continue to reconnect after +user disconnect actively. NOTE: in DRAFT state, not yet available in stable releases.