summaryrefslogtreecommitdiff
path: root/src/config.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-05-04 10:22:16 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-05-04 10:22:16 +0200
commit235ed3a3dcffb7c658cbc9253eae9de54db24533 (patch)
treeb4e91746fea5fe05500aab925720905f1c68fb0c /src/config.hpp
parent8b9bd05726c3df56d7f437889abccba3cbbffdee (diff)
signaler transports commands per se rather than one-bit signals
Diffstat (limited to 'src/config.hpp')
-rw-r--r--src/config.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/config.hpp b/src/config.hpp
index 99c9d86..5b51a08 100644
--- a/src/config.hpp
+++ b/src/config.hpp
@@ -32,11 +32,6 @@ namespace zmq
// memory allocation by approximately 99.6%
message_pipe_granularity = 256,
- // Number of new commands in command pipe needed to trigger new memory
- // allocation. The number should be kept low to decrease the memory
- // footprint of dispatcher.
- command_pipe_granularity = 4,
-
// Number of signals that can be read by the signaler
// using a single system call.
signal_buffer_size = 8,