[jboss-cvs] JBossAS SVN: r62783 - branches/Branch_4_2/cluster/src/etc.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu May 3 12:49:53 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-05-03 12:49:53 -0400 (Thu, 03 May 2007)
New Revision: 62783

Modified:
   branches/Branch_4_2/cluster/src/etc/cluster-service.xml
Log:
Group the bundling-related attributes together

Modified: branches/Branch_4_2/cluster/src/etc/cluster-service.xml
===================================================================
--- branches/Branch_4_2/cluster/src/etc/cluster-service.xml	2007-05-03 15:44:34 UTC (rev 62782)
+++ branches/Branch_4_2/cluster/src/etc/cluster-service.xml	2007-05-03 16:49:53 UTC (rev 62783)
@@ -46,13 +46,13 @@
                  mcast_send_buf_size="640000"
                  loopback="false"
                  discard_incompatible_packets="true"
+                 enable_bundling="false"
                  max_bundle_size="64000"
                  max_bundle_timeout="30"
                  use_incoming_packet_handler="true"
                  use_outgoing_packet_handler="false"
                  ip_ttl="${jgroups.udp.ip_ttl:2}"
-                 down_thread="false" up_thread="false"
-                 enable_bundling="false"/>
+                 down_thread="false" up_thread="false"/>
             <PING timeout="2000"
                   down_thread="false" up_thread="false" num_initial_members="3"/>
             <MERGE2 max_interval="100000"
@@ -86,12 +86,12 @@
                  recv_buf_size="20000000"
                  send_buf_size="640000"
                  discard_incompatible_packets="true"
+                 enable_bundling="false"
                  max_bundle_size="64000"
                  max_bundle_timeout="30"
                  use_incoming_packet_handler="true"
                  use_outgoing_packet_handler="false"
                  down_thread="false" up_thread="false"
-                 enable_bundling="false"
                  use_send_queues="false"
                  sock_conn_timeout="300"
                  skip_suspected_members="true"/>




More information about the jboss-cvs-commits mailing list