summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Compton <michael.compton@littleedge.co.uk>2011-02-15 09:33:19 +0100
committerMartin Sustrik <sustrik@250bpm.com>2011-02-15 09:33:19 +0100
commitfbe5d859f461b0deaa6083fdee077e01e9b47b91 (patch)
treeba916b9d2211970776fc244ea9bb0d63d46c7a75 /doc
parentba26cc9938c33fe0837322ea34bcd438f9b7d207 (diff)
Added note regarding setting sockopt before bind/connect
Signed-off-by: Michael Compton <michael.compton@littleedge.co.uk>
Diffstat (limited to 'doc')
-rw-r--r--doc/zmq_setsockopt.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/zmq_setsockopt.txt b/doc/zmq_setsockopt.txt
index c342850..5cc14cd 100644
--- a/doc/zmq_setsockopt.txt
+++ b/doc/zmq_setsockopt.txt
@@ -12,6 +12,7 @@ SYNOPSIS
--------
*int zmq_setsockopt (void '*socket', int 'option_name', const void '*option_value', size_t 'option_len');*
+Caution: All options, with the exception of subscription strings, only take effect for subsequent socket bind/connects.
DESCRIPTION
-----------