remm 2003/09/14 06:15:48 Modified: webapps/docs/config coyote.xml Log: - Document the new socketBuffer attribute. Revision Changes Path 1.8 +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.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- coyote.xml 4 Aug 2003 05:13:36 -0000 1.7 +++ coyote.xml 14 Sep 2003 13:15:48 -0000 1.8 @@ -217,6 +217,12 @@ information.</p> </attribute> + <attribute name="socketBuffer" required="false"> + <p>The size (in bytes) of the buffer to be provided for socket + output buffering. -1 can be specified to disable the use of a buffer. + By default, a buffers of 9000 bytes will be used.</p> + </attribute> + <attribute name="tcpNoDelay" required="false"> <p>If set to <code>true</code>, the TCP_NO_DELAY option will be set on the server socket, which improves performance under most
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]