[Jboss-cvs] JBossAS SVN: r56930 - branches/Branch_4_0/cluster/src/etc

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Sep 18 00:13:58 EDT 2006


Author: bstansberry at jboss.com
Date: 2006-09-18 00:13:58 -0400 (Mon, 18 Sep 2006)
New Revision: 56930

Modified:
   branches/Branch_4_0/cluster/src/etc/cluster-service.xml
Log:
Correct mixed up send and receive buffer sizes

Modified: branches/Branch_4_0/cluster/src/etc/cluster-service.xml
===================================================================
--- branches/Branch_4_0/cluster/src/etc/cluster-service.xml	2006-09-18 04:09:21 UTC (rev 56929)
+++ branches/Branch_4_0/cluster/src/etc/cluster-service.xml	2006-09-18 04:13:58 UTC (rev 56930)
@@ -39,8 +39,8 @@
          <Config>
             <UDP mcast_addr="${jboss.partition.udpGroup:228.1.2.3}" mcast_port="45566"
                ip_ttl="${jgroups.mcast.ip_ttl:8}" ip_mcast="true"
-               mcast_send_buf_size="2000000" mcast_recv_buf_size="640000"
-               ucast_send_buf_size="2000000" ucast_recv_buf_size="640000"
+               mcast_recv_buf_size="2000000" mcast_send_buf_size="640000"
+               ucast_recv_buf_size="2000000" ucast_send_buf_size="640000"
                loopback="false"/>
             <PING timeout="2000" num_initial_members="3"
                up_thread="true" down_thread="true"/>




More information about the jboss-cvs-commits mailing list