remm        2003/02/10 11:36:44

  Modified:    webapps/docs/config coyote.xml
  Log:
  - Document the new connectionLinger attribute.
  
  Revision  Changes    Path
  1.5       +6 -0      jakarta-tomcat-catalina/webapps/docs/config/coyote.xml
  
  Index: coyote.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/config/coyote.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- coyote.xml        28 Jan 2003 18:24:42 -0000      1.4
  +++ coyote.xml        10 Feb 2003 19:36:44 -0000      1.5
  @@ -140,6 +140,12 @@
         attribute is set to "off".</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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to