Check that tcp-backlog is matched by /proc/sys/net/core/somaxconn.

This commit is contained in:
antirez
2014-12-04 10:54:31 +01:00
parent 1b732c09d0
commit c3846becae
2 changed files with 19 additions and 0 deletions

View File

@ -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() */