Problem: typos in zmq_setsockopt.txt

Solution: fix them
This commit is contained in:
Luca Boccassi 2021-01-16 15:41:58 +00:00
parent f3eb6916d0
commit e58f047791

View File

@ -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.