From b504cb49e9c30a470d975f4861801ef457ebf9bc Mon Sep 17 00:00:00 2001 From: markt Date: Sat, 21 Mar 2009 18:51:43 +0000 Subject: [PATCH] Add missing attributes tags git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@756988 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/config/http.xml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml index 55ad3c8d0..133e6511b 100644 --- a/webapps/docs/config/http.xml +++ b/webapps/docs/config/http.xml @@ -377,8 +377,9 @@ + - +

(int)The socket receive buffer (SO_RCVBUF) size in bytes. JVM default used if not set.

@@ -439,13 +440,10 @@ All three performance attributes must be set else the JVM defaults will be used for all three.

- - -
- + - +

The NIO connector exposes all the low level socket properties that can be used to tune the connector. Most of these attributes are directly linked to the socket implementation in the JDK so you can find out -- 2.11.0