From 66cd86e726016f94a5aa42bdec7d2d0621a3bf74 Mon Sep 17 00:00:00 2001
From: Badlop
Date: Mon, 19 Oct 2009 13:23:46 +0000
Subject: Support ejabberd_listener option 'backlog' to increase TCP backlog
(thanks to Janusz Dziemidowicz)(EJAB-1063)
SVN Revision: 2678
---
doc/guide.html | 6 ++++++
1 file changed, 6 insertions(+)
(limited to 'doc/guide.html')
diff --git a/doc/guide.html b/doc/guide.html
index 86eb74c45..8346c80b3 100644
--- a/doc/guide.html
+++ b/doc/guide.html
@@ -700,6 +700,12 @@ Handles incoming HTTP connections.
-
{access, AccessName}
- This option defines
access to the port. The default value is all.
+
- {backlog, Value}
- The backlog value
+defines the maximum length that the queue of pending connections may
+grow to. This should be increased if the server is going to handle
+lots of new incoming connections as they may be dropped if there is
+no space in the queue (and ejabberd was not able to accept them
+immediately). Default value is 5.
- {certfile, Path}
- Full path to a file containing the default SSL certificate.
To define a certificate file specific for a given domain, use the global option domain_certfile.
- {service_check_from, true|false}
-
--
cgit v1.2.3