[jboss-cvs] JBossAS SVN: r61982 - trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Apr 2 08:57:01 EDT 2007


Author: jerrygauth
Date: 2007-04-02 08:57:00 -0400 (Mon, 02 Apr 2007)
New Revision: 61982

Modified:
   trunk/testsuite/local.properties
Log:
Added jbosstest.udp.ip_ttl property

Modified: trunk/testsuite/local.properties
===================================================================
--- trunk/testsuite/local.properties	2007-04-02 11:05:38 UTC (rev 61981)
+++ trunk/testsuite/local.properties	2007-04-02 12:57:00 UTC (rev 61982)
@@ -63,6 +63,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
+
 # Some DTM tests (e.g., dtm-tests) bring four JBoss instances up in order 
 # to test transactions distributed across multiple servers. Those tests 
 # need all four properties node0, node1, node2, and node3. Note that you 




More information about the jboss-cvs-commits mailing list