From 235ed3a3dcffb7c658cbc9253eae9de54db24533 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Tue, 4 May 2010 10:22:16 +0200 Subject: signaler transports commands per se rather than one-bit signals --- src/config.hpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/config.hpp') 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, -- cgit v1.2.3