diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/zmq_setsockopt.txt | 1 |
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 ----------- |