summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2014-12-04 10:54:31 +0100
committerantirez <antirez@gmail.com>2014-12-04 11:02:53 +0100
commitc3846becae5528e2987865ec1a5ef2cdeca3dadd (patch)
tree0d55107c8175203e9e0a7931183049209b7bd5e2 /src/config.h
parent1b732c09d010cfeee57a55e3d30e93ec6f535da8 (diff)
downloadredis-c3846becae5528e2987865ec1a5ef2cdeca3dadd.tar.gz
Check that tcp-backlog is matched by /proc/sys/net/core/somaxconn.
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 57d07599a..1f2919ed2 100644
--- a/src/config.h
+++ b/src/config.h
@@ -48,6 +48,7 @@
#define HAVE_PROC_STAT 1
#define HAVE_PROC_MAPS 1
#define HAVE_PROC_SMAPS 1
+#define HAVE_PROC_SOMAXCONN 1
#endif
/* Test for task_info() */