From fad920898e471132c31f376382aec7e29f0b341e Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Thu, 6 Jan 2011 01:30:19 +0000 Subject: [PATCH] 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/trunk@1055701 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mpm_common.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index c18043f836..602195335c 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -504,6 +504,15 @@ Apache HTTP Server

If set to the value of 0, the server will use the default value provided by your OS.

+ +

Further configuration of your operating system may be required to elicit + better performance on high speed, high latency connections.

+ +

On some operating systems, changes in TCP behavior resulting + from a larger SendBufferSize may not be seen unless + EnableSendfile is set to OFF. This + interaction applies only to static files.

+ -- 2.40.0