[Jboss-cvs] JBossAS SVN: r55856 - trunk/cluster/src/resources/jgroups

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Aug 13 16:43:47 EDT 2006


Author: bstansberry at jboss.com
Date: 2006-08-13 16:43:47 -0400 (Sun, 13 Aug 2006)
New Revision: 55856

Modified:
   trunk/cluster/src/resources/jgroups/multiplexer-stacks.xml
Log:
Use a different port from Branch_4_0

Modified: trunk/cluster/src/resources/jgroups/multiplexer-stacks.xml
===================================================================
--- trunk/cluster/src/resources/jgroups/multiplexer-stacks.xml	2006-08-13 17:58:53 UTC (rev 55855)
+++ trunk/cluster/src/resources/jgroups/multiplexer-stacks.xml	2006-08-13 20:43:47 UTC (rev 55856)
@@ -8,7 +8,7 @@
     <stack name="fc-fast-minimalthreads" description="Flow control, no up or down threads (default stack)">
         <config>
           <UDP
-             mcast_port="45566"
+             mcast_port="45588"
              mcast_addr="228.10.10.10"
              tos="16"
              ucast_recv_buf_size="20000000"
@@ -57,7 +57,7 @@
     <stack name="sequencer" description="Totally ordered multicast using a sequencer">
         <config>
             <UDP
-                 mcast_port="45566"
+                 mcast_port="45588"
                  mcast_addr="228.12.12.12"
                  tos="16"
                  ucast_recv_buf_size="20000000"




More information about the jboss-cvs-commits mailing list