diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2012-02-16 10:06:36 +0900 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2012-02-16 10:06:36 +0900 |
commit | a376c91494c954491fd424f3b51ab4579b9846a2 (patch) | |
tree | e306cef422138378720daa843703fc94331ad08e /src/config.hpp | |
parent | fb1209c72bbfd431b61fa4588785586d24ef67c9 (diff) |
XS_CTX_MAX_SOCKETS option implemented
To implement context options properly, initialisation of context
is postponed till creation of the first socket. In the meantime
it is possible to set socket options.
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'src/config.hpp')
-rw-r--r-- | src/config.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/config.hpp b/src/config.hpp index e4d948e..8107e17 100644 --- a/src/config.hpp +++ b/src/config.hpp @@ -29,9 +29,6 @@ namespace xs enum { - // Maximum number of sockets that can be opened at the same time. - max_sockets = 512, - // Number of new messages in message pipe needed to trigger new memory // allocation. Setting this parameter to 256 decreases the impact of // memory allocation by approximately 99.6% |