summaryrefslogtreecommitdiff
path: root/src/config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.hpp')
-rw-r--r--src/config.hpp3
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%