From: markt
Date: Sat, 21 Mar 2009 18:51:43 +0000 (+0000)
Subject: Add missing attributes tags
X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=b504cb49e9c30a470d975f4861801ef457ebf9bc;p=tomcat7.0
Add missing attributes tags
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@756988 13f79535-47bb-0310-9956-ffa450edef68
---
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