diff --git a/AUTHORS b/AUTHORS index 4d8bf083..c9417ef4 100644 --- a/AUTHORS +++ b/AUTHORS @@ -39,6 +39,7 @@ Martin Sustrik Matus Hamorsky Max Wolf McClain Looney +Michael Compton Mikael Helbo Kjaer Mikko Koppanen Min Ragan-Kelley diff --git a/doc/zmq_setsockopt.txt b/doc/zmq_setsockopt.txt index c3428505..5cc14cdd 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 -----------