]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r1055701 from trunk:
authorEric Covener <covener@apache.org>
Thu, 6 Jan 2011 01:31:43 +0000 (01:31 +0000)
committerEric Covener <covener@apache.org>
Thu, 6 Jan 2011 01:31:43 +0000 (01:31 +0000)
Add some weasel language, and a warning about Windows + TransmitFile, to the
SendBufferSize doc.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1055702 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mpm_common.xml

index e739893fe8da6b53bfca236e559476a0dee98a0d..0839df4640ffd3b8a53e66bddc5c7095e3b1c3dc 100644 (file)
@@ -683,6 +683,15 @@ Apache</a></seealso>
 
     <p>If set to the value of <code>0</code>, the server will use the
     OS default.</p>
+
+    <p>Further configuration of your operating system may be required to elicit
+    better performance on high speed, high latency connections.</p>
+
+    <note> <p> On some operating systems, changes in TCP behavior resulting
+    from a larger <directive>SendBufferSize</directive> may not be seen unless
+    <directive module="core">EnableSendfile</directive> is set to OFF.  This
+    interaction applies only to static files.</p> </note>
+
 </usage>
 </directivesynopsis>