diff options
author | Badlop <badlop@process-one.net> | 2009-10-19 13:23:46 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2009-10-19 13:23:46 +0000 |
commit | 66cd86e726016f94a5aa42bdec7d2d0621a3bf74 (patch) | |
tree | bb6e4a802f3fdcdab22d6b56206bb629b9fa9b49 /doc/guide.html | |
parent | Consistency, wording and spacing corrections for Polish messages (thanks to M... (diff) |
Support ejabberd_listener option 'backlog' to increase TCP backlog (thanks to Janusz Dziemidowicz)(EJAB-1063)
SVN Revision: 2678
Diffstat (limited to 'doc/guide.html')
-rw-r--r-- | doc/guide.html | 6 |
1 files changed, 6 insertions, 0 deletions
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.<BR> </P><DL CLASS="description"><DT CLASS="dt-description"> <B><TT>{access, AccessName}</TT></B></DT><DD CLASS="dd-description"> This option defines access to the port. The default value is <TT>all</TT>. +</DD><DT CLASS="dt-description"><B><TT>{backlog, Value}</TT></B></DT><DD CLASS="dd-description"> 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. </DD><DT CLASS="dt-description"><B><TT>{certfile, Path}</TT></B></DT><DD CLASS="dd-description"> Full path to a file containing the default SSL certificate. To define a certificate file specific for a given domain, use the global option <TT>domain_certfile</TT>. </DD><DT CLASS="dt-description"><B><TT>{service_check_from, true|false}</TT></B></DT><DD CLASS="dd-description"> |