From c193fd146661b39027c5e3fa0776dcdf8c6af5e2 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 29 Apr 2010 17:20:23 +0200 Subject: lock-free polling removed; ZMQ_POLL flag removed --- doc/zmq_init.txt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'doc/zmq_init.txt') diff --git a/doc/zmq_init.txt b/doc/zmq_init.txt index 9df3e67..c1a5877 100644 --- a/doc/zmq_init.txt +++ b/doc/zmq_init.txt @@ -25,12 +25,8 @@ The 'io_threads' argument specifies the size of the 0MQ thread pool to handle I/O operations. If your application is using 'inproc' messaging exclusively you may set this to zero, otherwise set it to at least one. -The 'flags' argument is a combination of the flags defined below: - -*ZMQ_POLL*:: -Specifies that sockets within this 'context' should support multiplexing using -_zmq_poll()_. Enabling this functionality may add a small amount of latency to -message transfers compared to leaving it disabled. +There are no flags defined at the moment and the 'flags' argument should be set +to zero. RETURN VALUE -- cgit v1.2.3