Fix big 43215: Thanks Takayuki to report it -:)
authorpero <pero@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 28 Aug 2007 13:17:43 +0000 (13:17 +0000)
committerpero <pero@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 28 Aug 2007 13:17:43 +0000 (13:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@570411 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/config/cluster-manager.xml
webapps/docs/config/cluster.xml

index 6d7d03c..1181098 100644 (file)
     <attributes>
      <attribute name="mapSendOptions" required="false">
        The backup manager uses a replicated map, this map is sending and receiving messages.
-       You can setup the flag for how this map is sending messages, the default value is <code>8</code>(asynchronous).
+       You can setup the flag for how this map is sending messages, the default value is <code>6</code>(asynchronous).
      </attribute>
     </attributes>
   </subsection>
index c9d6bcb..5022205 100644 (file)
       </p>
     </attribute>
     <attribute name="channelSendOptions" required="true">
-      <p>The Tribes channel send options, default is 11.<br/>
+      <p>The Tribes channel send options, default is <code>8</code>.<br/>
          This option is used to set the flag that all messages sent through the 
          SimpleTcpCluster uses. The flag decides how the messages are sent, and is a simple logical OR.<br/>