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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 14 15:53:08 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-10-14 15:53:08 -0400 (Tue, 14 Oct 2008)
New Revision: 79493

Modified:
   trunk/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml
Log:
[JBAS-6081] Remove TUNNEL config

Modified: trunk/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml
===================================================================
--- trunk/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml	2008-10-14 19:50:49 UTC (rev 79492)
+++ trunk/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml	2008-10-14 19:53:08 UTC (rev 79493)
@@ -478,37 +478,6 @@
             <pbcast.GMS print_local_addr="true" join_timeout="3000"
                 shun="true" view_bundling="true"/>
         </config>
-    </stack>           
-    
-    
-    <stack name="tunnel"
-           description="Used with a GossipRouter">
-        <config>
-            <TUNNEL router_port="12001" router_host="127.0.0.1"/>
-            <PING timeout="2000"
-                  num_initial_members="3"
-                  gossip_refresh="10000"
-                  gossip_host="127.0.0.1"
-                  gossip_port="12001"/>
-            <MERGE2 max_interval="20000" min_interval="5000"/>
-            <FD_SOCK/>
-            <FD timeout="6000" max_tries="5" shun="true"/>
-            <VERIFY_SUSPECT timeout="1500"/>
-            <pbcast.NAKACK use_mcast_xmit="false" gc_lag="0"
-                           retransmit_timeout="300,600,1200,2400,4800"
-                           discard_delivered_msgs="true"/>
-            <UNICAST timeout="300,600,1200,2400,3600"/>
-            <pbcast.STABLE stability_delay="1000" desired_avg_gossip="5000"
-                           max_bytes="400000"/>
-            <pbcast.GMS print_local_addr="true" join_timeout="3000"
-                        shun="true"
-                        view_bundling="true"
-                        view_ack_collection_timeout="5000"/>
-            <FC max_credits="2000000" min_threshold="0.10"/>
-            <FRAG2 frag_size="60000"/>
-            <pbcast.STATE_TRANSFER/>
-            <pbcast.FLUSH timeout="0"/>
-        </config>
     </stack>
 
 </protocol_stacks>




More information about the jboss-cvs-commits mailing list