[jboss-cvs] JBossAS SVN: r61846 - branches/Branch_4_2/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 29 09:36:22 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-03-29 09:36:22 -0400 (Thu, 29 Mar 2007)
New Revision: 61846

Modified:
   branches/Branch_4_2/testsuite/local.properties
Log:
Add jbosstest.udp.ip_ttl

Modified: branches/Branch_4_2/testsuite/local.properties
===================================================================
--- branches/Branch_4_2/testsuite/local.properties	2007-03-29 13:11:25 UTC (rev 61845)
+++ branches/Branch_4_2/testsuite/local.properties	2007-03-29 13:36:22 UTC (rev 61846)
@@ -48,6 +48,11 @@
 # from others on the network.
 #udpGroup=${env.MY_UDP_GROUP}
 
+# In tests involving multicast, multicast packets by default have a TTL 
+# of 0. Uncomment to set this to 1 if you find 0 prevents proper multicast
+# communication on your machine
+#jbosstest.udp.ip_ttl=1
+
 #The following properties will reduce verbosity of Apache Commons HttpClient
 #org.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog
 #org.apache.commons.logging.simplelog.showdatetime=true




More information about the jboss-cvs-commits mailing list