From be494565a98c4714a9bf83bb337b80d6970d34a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20R=C3=A9mond?= Date: Tue, 24 Jul 2007 09:17:29 +0000 Subject: * doc/guide.tex: Added recommandations on max_stanza options usage. SVN Revision: 822 --- doc/guide.html | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'doc/guide.html') diff --git a/doc/guide.html b/doc/guide.html index f0de1e5cf..52090d3da 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -6,7 +6,7 @@ - & ejabberd 2.0.0 beta 1 + & ejabberd 1.1.2 & & Installation and Operation Guide @@ -85,7 +85,7 @@ SPAN{width:20%; float:right; text-align:left; margin-left:auto;}


- +
 ejabberd 2.0.0 beta 1
 ejabberd 1.1.2
  
 Installation and Operation Guide

@@ -541,11 +541,15 @@ instructions for ejabberd).

inet6
Set up the socket for IPv6.
{ip, IPAddress}
This option specifies which network interface to listen for. For example {ip, {192, 168, 1, 1}}. -
{max_stanza_size, Size}
This -option specifies an approximate maximum size in bytes of XML stanzas. -Approximate, because it is calculated with the precision of one block of -readed data. For example {max_stanza_size, 65536}. The default -value is infinity. +
{max_stanza_size, Size}
+This option specifies an +approximate maximum size in bytes of XML stanzas. Approximate, +because it is calculated with the precision of one block of readed +data. For example {max_stanza_size, 65536}. The default +value is infinity. Recommanded values are 65536 for c2s +connections and 131072 for s2s connections. s2s max stanza size +must always much higher than c2s limit. Change this value with +extreme care as it can cause unwanted disconnect if set too low.
{shaper, <access rule>}
This option defines a shaper for the port (see section 3.1.6). The default value is none. -- cgit v1.2.3