mturk       2005/05/27 09:45:56

  Modified:    util/java/org/apache/tomcat/util/net AprEndpoint.java
  Log:
  Just a comment change for TCP_DEFER_ACCEPT.
  No functional change.
  
  Revision  Changes    Path
  1.37      +2 -1      
jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net/AprEndpoint.java
  
  Index: AprEndpoint.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net/AprEndpoint.java,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- AprEndpoint.java  27 May 2005 08:26:38 -0000      1.36
  +++ AprEndpoint.java  27 May 2005 16:45:56 -0000      1.37
  @@ -409,7 +409,8 @@
           }
           
           // Delay accepting of new connections until data is available
  -        // TODO: Make that configurable       
  +        // Only Linux kernels 2.4 + have that implemented
  +        // on other platforms this call is noop and will return APR_ENOTIMPL.
            Socket.optSet(serverSock, Socket.APR_TCP_DEFER_ACCEPT, 1);
   
           initialized = true;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to