0
0
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:
Michael Compton 2011-02-15 09:33:19 +01:00 committed by Martin Sustrik
parent ba26cc9938
commit fbe5d859f4
2 changed files with 2 additions and 0 deletions

View File

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

View File

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