[Jboss-cvs] JBossAS SVN: r56595 - branches/Branch_4_0/cluster/src/etc
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Sep 5 22:58:50 EDT 2006
Author: bstansberry at jboss.com
Date: 2006-09-05 22:58:49 -0400 (Tue, 05 Sep 2006)
New Revision: 56595
Modified:
branches/Branch_4_0/cluster/src/etc/cluster-service.xml
Log:
[JBAS-3592] Add system property jgroups.mcast.ip_ttl
Modified: branches/Branch_4_0/cluster/src/etc/cluster-service.xml
===================================================================
--- branches/Branch_4_0/cluster/src/etc/cluster-service.xml 2006-09-06 02:54:39 UTC (rev 56594)
+++ branches/Branch_4_0/cluster/src/etc/cluster-service.xml 2006-09-06 02:58:49 UTC (rev 56595)
@@ -38,7 +38,7 @@
-->
<Config>
<UDP mcast_addr="${jboss.partition.udpGroup:228.1.2.3}" mcast_port="45566"
- ip_ttl="8" ip_mcast="true"
+ ip_ttl="${jgroups.mcast.ip_ttl:8}" ip_mcast="true"
mcast_send_buf_size="800000" mcast_recv_buf_size="150000"
ucast_send_buf_size="800000" ucast_recv_buf_size="150000"
loopback="false"/>
More information about the jboss-cvs-commits
mailing list