[jboss-cvs] JBossAS SVN: r59953 - trunk/cluster/src/resources/jgroups.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 23 15:03:20 EST 2007


Author: jerrygauth
Date: 2007-01-23 15:03:19 -0500 (Tue, 23 Jan 2007)
New Revision: 59953

Modified:
   trunk/cluster/src/resources/jgroups/multiplexer-stacks.xml
Log:
Added tunnel stack to cluster stacks

Modified: trunk/cluster/src/resources/jgroups/multiplexer-stacks.xml
===================================================================
--- trunk/cluster/src/resources/jgroups/multiplexer-stacks.xml	2007-01-23 19:32:00 UTC (rev 59952)
+++ trunk/cluster/src/resources/jgroups/multiplexer-stacks.xml	2007-01-23 20:03:19 UTC (rev 59953)
@@ -336,6 +336,43 @@
             -->
         </config>
     </stack>
+    
+            <stack name="tunnel"
+           description="Used with a GossipRouter">
+        <config>
+            <TUNNEL router_port="12001" router_host="127.0.0.1"/>
+            <PING timeout="2000"
+                  down_thread="false" up_thread="false" num_initial_members="3"
+                  gossip_refresh="10000"
+                  gossip_host="127.0.0.1"
+                  gossip_port="12001"/>
+            <MERGE2 max_interval="20000"
+                    down_thread="false" up_thread="false" min_interval="5000"/>
+            <FD_SOCK down_thread="false" up_thread="false"/>
+            <FD timeout="2000" max_tries="3" down_thread="false" up_thread="false" shun="true"/>
+            <VERIFY_SUSPECT timeout="1500" down_thread="false" up_thread="false"/>
+            <pbcast.NAKACK max_xmit_size="60000"
+                           use_mcast_xmit="false" gc_lag="0"
+                           retransmit_timeout="300,600,1200,2400,4800"
+                           down_thread="false" up_thread="false"
+                           discard_delivered_msgs="true"/>
+            <UNICAST timeout="300,600,1200,2400,3600"
+                     down_thread="false" up_thread="false"/>
+            <pbcast.STABLE stability_delay="1000" desired_avg_gossip="5000"
+                           down_thread="false" up_thread="false"
+                           max_bytes="400000"/>
+            <pbcast.GMS print_local_addr="true" join_timeout="3000" use_flush="true" flush_timeout="3000"
+                        down_thread="false" up_thread="false"
+                        join_retry_timeout="2000" shun="false"
+                        view_bundling="true"
+                        view_ack_collection_timeout="5000"/>
+            <FC max_credits="2000000" down_thread="false" up_thread="false"
+                min_threshold="0.10"/>
+            <FRAG2 frag_size="60000" down_thread="false" up_thread="false"/>
+            <pbcast.STATE_TRANSFER down_thread="false" up_thread="false" use_flush="true" flush_timeout="3000"/>
+            <pbcast.FLUSH down_thread="false" up_thread="false" timeout="20000" auto_flush_conf="false"/>
+        </config>
+    </stack>
 
 </protocol_stacks>
 




More information about the jboss-cvs-commits mailing list