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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]