From: Rich Bowen Date: Thu, 2 Apr 2026 18:59:29 +0000 (+0000) Subject: Resolves bz64901 and 64902 - Document the lower limit of SendBufferSize X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3d9472b59131d18b9652f6caf98eda17a2f5d018;p=thirdparty%2Fapache%2Fhttpd.git Resolves bz64901 and 64902 - Document the lower limit of SendBufferSize and ReceiveBufferSize git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932756 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index 8eea7d8848..be58a60ff8 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -661,7 +661,8 @@ Apache HTTP Server bytes specified.

If set to the value of 0, the server will use the - OS default.

+ OS default. If set to a non-zero value, it must be at least + 512.

@@ -683,7 +684,8 @@ Apache HTTP Server (i.e., 100ms or so, such as transcontinental fast pipes).

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

+ default value provided by your OS. If set to a non-zero value, + it must be at least 512.

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