summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/site.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/includes/site.h b/includes/site.h
index 944dbefc..1f4407f4 100644
--- a/includes/site.h
+++ b/includes/site.h
@@ -312,6 +312,12 @@
default. */
#define PRINT_SPECIFIC_CL_ERRORS
+/* Limit the value of a file descriptor the serve will use
+ when accepting a connecting request. This can be used to
+ limit the number of TCP connections that the server will
+ allow at one time. A value of 0 means there is no limit.*/
+#define MAX_FD_VALUE 200
+
/* Include definitions for various options. In general these
should be left as is, but if you have already defined one
of these and prefer your definition you can comment the