mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-14 01:37:56 +08:00
Added note regarding setting sockopt before bind/connect
Signed-off-by: Michael Compton <michael.compton@littleedge.co.uk>
This commit is contained in:
parent
ba26cc9938
commit
fbe5d859f4
1
AUTHORS
1
AUTHORS
@ -39,6 +39,7 @@ Martin Sustrik <sustrik@250bpm.com>
|
||||
Matus Hamorsky <mhamorsky@gmail.com>
|
||||
Max Wolf <YIDIEPXGXGPN@spammotel.com>
|
||||
McClain Looney <m@loonsoft.com>
|
||||
Michael Compton <michael.compton@littleedge.co.uk>
|
||||
Mikael Helbo Kjaer <mhk@designtech.dk>
|
||||
Mikko Koppanen <mkoppanen@php.net>
|
||||
Min Ragan-Kelley <benjaminrk@gmail.com>
|
||||
|
@ -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
|
||||
-----------
|
||||
|
Loading…
x
Reference in New Issue
Block a user