From: Stas Bekman
Date: Mon, 12 Sep 2005 18:14:19 +0000 (+0000)
Subject: Document the ReceiveBufferSize change done in r157583
X-Git-Tag: 2.3.0~3006
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e05636b03d4f1d451a95898a3d18eac31185197;p=apache
Document the ReceiveBufferSize change done in r157583
Submitted by: Murray Nesbitt ]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@280384 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/CHANGES b/CHANGES
index c81e7bdc86..49c7050a77 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,9 @@
Changes with Apache 2.3.0
[Remove entries to the current 2.0 and 2.2 section below, when backported]
+ *) Document the ReceiveBufferSize change done in r157583 [Murray
+ Nesbitt ]
+
*) Fix mod_dbd's config [Brian J. France ]
*) New provider function to list all available provider names in a
diff --git a/docs/manual/mod/beos.xml b/docs/manual/mod/beos.xml
index beeaffef75..a9658fa4ee 100644
--- a/docs/manual/mod/beos.xml
+++ b/docs/manual/mod/beos.xml
@@ -43,6 +43,8 @@ uses
ListenBacklog
+ReceiveBufferSize
+
SendBufferSize
StartThreads
diff --git a/docs/manual/mod/leader.xml b/docs/manual/mod/leader.xml
index 4224f5ea2a..b053ccfc3e 100644
--- a/docs/manual/mod/leader.xml
+++ b/docs/manual/mod/leader.xml
@@ -66,6 +66,8 @@ MPM
ListenBacklog
+ReceiveBufferSize
+
SendBufferSize
LockFile
diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml
index 347f4cb6e3..2142ba3c9c 100644
--- a/docs/manual/mod/mpm_common.xml
+++ b/docs/manual/mod/mpm_common.xml
@@ -661,6 +661,26 @@ the child processes
Apache
+
+ReceiveBufferSize
+TCP receive buffer size
+ReceiveBufferSize bytes
+ReceiveBufferSize 0
+server config
+beosleader
+mpm_netwarempm_winnt
+mpmt_os2perchildprefork
+threadpoolworker
+
+
+ The server will set the TCP receive buffer size to the number of
+ bytes specified.
+
+ If set to the value of 0
, the server will use the
+ OS default.
+
+
+
SendBufferSize
TCP buffer size
@@ -673,13 +693,13 @@ Apache
threadpoolworker
- The server will set the TCP buffer size to the number of bytes
+
The server will set the TCP send buffer size to the number of bytes
specified. Very useful to increase past standard OS defaults on
high speed high latency (i.e., 100ms or so, such as
transcontinental fast pipes).
If set to the value of 0
, the server will use the
- OS deault.
+ OS default.
diff --git a/docs/manual/mod/mpm_netware.xml b/docs/manual/mod/mpm_netware.xml
index 7985902c64..126a6a369e 100644
--- a/docs/manual/mod/mpm_netware.xml
+++ b/docs/manual/mod/mpm_netware.xml
@@ -73,6 +73,8 @@
MaxRequestsPerChild
+ReceiveBufferSize
+
SendBufferSize
MaxSpareThreads
diff --git a/docs/manual/mod/mpm_winnt.xml b/docs/manual/mod/mpm_winnt.xml
index 93f2ff88d3..0968963c36 100644
--- a/docs/manual/mod/mpm_winnt.xml
+++ b/docs/manual/mod/mpm_winnt.xml
@@ -50,6 +50,8 @@ NT.
ScoreBoardFile
+ReceiveBufferSize
+
SendBufferSize
ThreadLimit
diff --git a/docs/manual/mod/mpmt_os2.xml b/docs/manual/mod/mpmt_os2.xml
index 479c43990f..d39d20252a 100644
--- a/docs/manual/mod/mpmt_os2.xml
+++ b/docs/manual/mod/mpmt_os2.xml
@@ -55,6 +55,8 @@ uses
ListenBacklog
+ReceiveBufferSize
+
SendBufferSize
MaxRequestsPerChild
diff --git a/docs/manual/mod/perchild.xml b/docs/manual/mod/perchild.xml
index f386849b15..735ba54d04 100644
--- a/docs/manual/mod/perchild.xml
+++ b/docs/manual/mod/perchild.xml
@@ -168,6 +168,8 @@ uses
ScoreBoardFile
+ReceiveBufferSize
+
SendBufferSize
ServerLimit
diff --git a/docs/manual/mod/prefork.xml b/docs/manual/mod/prefork.xml
index 10b9af1a20..cd7e33953b 100644
--- a/docs/manual/mod/prefork.xml
+++ b/docs/manual/mod/prefork.xml
@@ -105,6 +105,8 @@ uses
ScoreBoardFile
+ReceiveBufferSize
+
SendBufferSize
ServerLimit
diff --git a/docs/manual/mod/threadpool.xml b/docs/manual/mod/threadpool.xml
index 2c4b6f7015..8b3376791b 100644
--- a/docs/manual/mod/threadpool.xml
+++ b/docs/manual/mod/threadpool.xml
@@ -60,6 +60,8 @@
ListenBacklog
+ReceiveBufferSize
+
SendBufferSize
LockFile
diff --git a/docs/manual/mod/worker.xml b/docs/manual/mod/worker.xml
index f68520fdac..904c37e13d 100644
--- a/docs/manual/mod/worker.xml
+++ b/docs/manual/mod/worker.xml
@@ -167,6 +167,8 @@ uses
ScoreBoardFile
+ReceiveBufferSize
+
SendBufferSize
ServerLimit
diff --git a/docs/manual/vhosts/details.xml b/docs/manual/vhosts/details.xml
index 2da46607a7..5b02277877 100644
--- a/docs/manual/vhosts/details.xml
+++ b/docs/manual/vhosts/details.xml
@@ -191,6 +191,7 @@
KeepAliveTimeout,
KeepAlive,
MaxKeepAliveRequests,
+ ReceiveBufferSize,
or SendBufferSize
directive then the respective value is inherited from the
main_server. (That is, inherited from whatever the final