You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2003/02/10 20:36:58 UTC

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/config coyote.xml

remm        2003/02/10 11:36:58

  Modified:    webapps/tomcat-docs/config coyote.xml
  Log:
  - Port patch.
  
  Revision  Changes    Path
  1.6       +6 -0      jakarta-tomcat-4.0/webapps/tomcat-docs/config/coyote.xml
  
  Index: coyote.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/config/coyote.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- coyote.xml	27 Jan 2003 18:31:56 -0000	1.5
  +++ coyote.xml	10 Feb 2003 19:36:58 -0000	1.6
  @@ -140,6 +140,12 @@
         attribute is set to "false".</p>
       </attribute>
   
  +    <attribute name="connectionLinger" required="false">
  +      <p>The number of milliseconds during which the sockets used by this
  +      <strong>Connector</strong> will linger when they are closed. 
  +      The default value is -1 (socket linger is disabled).</p>
  +    </attribute>
  +
       <attribute name="connectionTimeout" required="false">
         <p>The number of milliseconds this <strong>Connector</strong> will wait,
         after accepting a connection, for the request URI line to be
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org