diff options
author | Martin Sustrik <sustrik@fastmq.commkdir> | 2010-01-07 14:44:43 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@fastmq.commkdir> | 2010-01-07 14:44:43 +0100 |
commit | ddf5f75549f01a0615ee3f49b6b5d53aefd8fbd2 (patch) | |
tree | 5450589885019d57aedc6c308bad3c0a5b2f7ea4 /man/man3 | |
parent | 7546526e667b35c05c80515d651e950a771813e1 (diff) |
zmq.cpp build probelm on non-linux platforms fixed
Diffstat (limited to 'man/man3')
-rw-r--r-- | man/man3/zmq_setsockopt.3 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/man/man3/zmq_setsockopt.3 b/man/man3/zmq_setsockopt.3 index ffbd345..f419f78 100644 --- a/man/man3/zmq_setsockopt.3 +++ b/man/man3/zmq_setsockopt.3 @@ -60,12 +60,10 @@ Type: string Unit: N/A Default: NULL .IP "\fBZMQ_SUBSCRIBE\fP" Applicable only to ZMQ_SUB socket type. It establishes new message filter. When ZMQ_SUB socket is created all the incoming messages are filtered out. -This option allows you to subscribe for all messages ("*"), messages with -specific topic ("x.y.z") and/or messages with specific topic prefix -("x.y.*"). Topic is one-byte-size-prefixed string located at -the very beginning of the message. Multiple filters can be attached to -a single 'sub' socket. In that case message passes if it matches at least -one of the filters. +This option allows you to subscribe for all messages (""), or messages +beginning with specific prefix (e.g. "animals.mammals.dogs."). Multiple +filters can be attached to a single 'sub' socket. In that case message passes +if it matches at least one of the filters. Type: string Unit: N/A Default: N/A |