[jboss-cvs] JBossRemoting/src/main/org/jboss/remoting/transport/bisocket ...

Ron Sigal ron_sigal at yahoo.com
Wed Apr 11 19:47:26 EDT 2007


  User: rsigal  
  Date: 07/04/11 19:47:26

  Modified:    src/main/org/jboss/remoting/transport/bisocket  Tag:
                        remoting_2_2_0_GA Bisocket.java
  Log:
  JBREM-731:  Changed value of MAX_CONTROL_CONNECTION_RESTARTS.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.4.2.1 +8 -1      JBossRemoting/src/main/org/jboss/remoting/transport/bisocket/Bisocket.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Bisocket.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/transport/bisocket/Bisocket.java,v
  retrieving revision 1.1.2.4
  retrieving revision 1.1.2.4.2.1
  diff -u -b -r1.1.2.4 -r1.1.2.4.2.1
  --- Bisocket.java	14 Mar 2007 04:52:13 -0000	1.1.2.4
  +++ Bisocket.java	11 Apr 2007 23:47:25 -0000	1.1.2.4.2.1
  @@ -23,7 +23,7 @@
   
   /** 
    * @author <a href="ron.sigal at jboss.com">Ron Sigal</a>
  - * @version $Revision: 1.1.2.4 $
  + * @version $Revision: 1.1.2.4.2.1 $
    * <p>
    * Copyright Nov 22, 2006
    * </p>
  @@ -61,4 +61,11 @@
       */
      public static final String MAX_RETRIES = "maxRetries";
      public static final int MAX_RETRIES_DEFAULT = 10;
  +   
  +   /**
  +    * Configuration key and default value for number of times a control connection
  +    * will be restarted.
  +    */
  +   public static final String MAX_CONTROL_CONNECTION_RESTARTS = "maxControlConnectionRestarts";
  +   public static final int MAX_CONTROL_CONNECTION_RESTARTS_DEFAULT = 10;
   }
  
  
  



More information about the jboss-cvs-commits mailing list