diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2011-07-11 09:57:59 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2011-07-11 09:57:59 +0200 |
commit | d7adc3f19a4c941e854552d6d7881950a69b0d23 (patch) | |
tree | efddd559463040a438a71d30a6c098b98c61d972 /include | |
parent | a154ef69da4e41d3a8ce5a3141fe8f052c7ea853 (diff) |
ZMQ_FILTER option removed
The filtering is now done depending on the socket type. SUB socket
filters the messages (end-to-end filtering) while XSUB relies
on upstream nodes to do (imprefect) filtering.
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/zmq.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/zmq.h b/include/zmq.h index 7de421b..a97a2ff 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -182,7 +182,6 @@ ZMQ_EXPORT int zmq_term (void *context); #define ZMQ_SNDHWM 23 #define ZMQ_RCVHWM 24 #define ZMQ_MULTICAST_HOPS 25 -#define ZMQ_FILTER 26 #define ZMQ_RCVTIMEO 27 #define ZMQ_SNDTIMEO 28 #define ZMQ_RCVLABEL 29 |