Browse Source

Clarify receive buffer size

Bastian Triller 1 year ago
parent
commit
3634570925

+ 2 - 2
docs/cookbooks/3.2.x/core.md

@@ -852,8 +852,8 @@ Example of usage:
 
 ### maxbuffer
 
-The size in bytes not to be exceeded during the auto-probing procedure
-of descovering the maximum buffer size for receiving UDP messages.
+The size in bytes multiplied by 2 not to be exceeded during the auto-probing
+procedure of discovering the maximum buffer size for receiving UDP messages.
 Default value is 262144.
 
 Example of usage:

+ 2 - 2
docs/cookbooks/3.3.x/core.md

@@ -939,8 +939,8 @@ Example of usage:
 
 ### maxbuffer
 
-The size in bytes not to be exceeded during the auto-probing procedure
-of descovering the maximum buffer size for receiving UDP messages.
+The size in bytes multiplied by 2 not to be exceeded during the auto-probing
+procedure of discovering the maximum buffer size for receiving UDP messages.
 Default value is 262144.
 
 Example of usage:

+ 2 - 2
docs/cookbooks/4.0.x/core.md

@@ -988,8 +988,8 @@ Example of usage:
 
 ### maxbuffer
 
-The size in bytes not to be exceeded during the auto-probing procedure
-of descovering the maximum buffer size for receiving UDP messages.
+The size in bytes multiplied by 2 not to be exceeded during the auto-probing
+procedure of discovering the maximum buffer size for receiving UDP messages.
 Default value is 262144.
 
 Example of usage:

+ 2 - 2
docs/cookbooks/4.1.x/core.md

@@ -991,8 +991,8 @@ Example of usage:
 
 ### maxbuffer
 
-The size in bytes not to be exceeded during the auto-probing procedure
-of descovering the maximum buffer size for receiving UDP messages.
+The size in bytes multiplied by 2 not to be exceeded during the auto-probing
+procedure of discovering the maximum buffer size for receiving UDP messages.
 Default value is 262144.
 
 Example of usage:

+ 2 - 2
docs/cookbooks/4.2.x/core.md

@@ -1017,8 +1017,8 @@ Example of usage:
 
 ### maxbuffer
 
-The size in bytes not to be exceeded during the auto-probing procedure
-of descovering the maximum buffer size for receiving UDP messages.
+The size in bytes multiplied by 2 not to be exceeded during the auto-probing
+procedure of discovering the maximum buffer size for receiving UDP messages.
 Default value is 262144.
 
 Example of usage:

+ 2 - 2
docs/cookbooks/4.3.x/core.md

@@ -1018,8 +1018,8 @@ Example of usage:
 
 ### maxbuffer
 
-The size in bytes not to be exceeded during the auto-probing procedure
-of descovering the maximum buffer size for receiving UDP messages.
+The size in bytes multiplied by 2 not to be exceeded during the auto-probing
+procedure of discovering the maximum buffer size for receiving UDP messages.
 Default value is 262144.
 
 Example of usage:

+ 2 - 2
docs/cookbooks/4.4.x/core.md

@@ -1242,8 +1242,8 @@ Example of usage:
 
 ### maxbuffer
 
-The size in bytes not to be exceeded during the auto-probing procedure
-of descovering the maximum buffer size for receiving UDP messages.
+The size in bytes multiplied by 2 not to be exceeded during the auto-probing
+procedure of discovering the maximum buffer size for receiving UDP messages.
 Default value is 262144.
 
 Example of usage:

+ 2 - 2
docs/cookbooks/5.0.x/core.md

@@ -1277,8 +1277,8 @@ Example of usage:
 
 ### maxbuffer
 
-The size in bytes not to be exceeded during the auto-probing procedure
-of descovering the maximum buffer size for receiving UDP messages.
+The size in bytes multiplied by 2 not to be exceeded during the auto-probing
+procedure of discovering the maximum buffer size for receiving UDP messages.
 Default value is 262144.
 
 Example of usage:

+ 2 - 2
docs/cookbooks/5.1.x/core.md

@@ -1314,8 +1314,8 @@ Example of usage:
 
 ### maxbuffer
 
-The size in bytes not to be exceeded during the auto-probing procedure
-of descovering the maximum buffer size for receiving UDP messages.
+The size in bytes multiplied by 2 not to be exceeded during the auto-probing
+procedure of discovering the maximum buffer size for receiving UDP messages.
 Default value is 262144.
 
 Example of usage:

+ 2 - 2
docs/cookbooks/5.2.x/core.md

@@ -1386,8 +1386,8 @@ as "lua" which is registered by the app_lua module:
 
 ### maxbuffer
 
-The size in bytes not to be exceeded during the auto-probing procedure
-of descovering the maximum buffer size for receiving UDP messages.
+The size in bytes multiplied by 2 not to be exceeded during the auto-probing
+procedure of discovering the maximum buffer size for receiving UDP messages.
 Default value is 262144.
 
 Example of usage:

+ 2 - 2
docs/cookbooks/5.3.x/core.md

@@ -1434,8 +1434,8 @@ as "lua" which is registered by the app_lua module:
 
 ### maxbuffer
 
-The size in bytes not to be exceeded during the auto-probing procedure
-of descovering the maximum buffer size for receiving UDP messages.
+The size in bytes multiplied by 2 not to be exceeded during the auto-probing
+procedure of discovering the maximum buffer size for receiving UDP messages.
 Default value is 262144.
 
 Example of usage:

+ 2 - 2
docs/cookbooks/5.4.x/core.md

@@ -1482,8 +1482,8 @@ as "lua" which is registered by the app_lua module:
 
 ### maxbuffer
 
-The size in bytes not to be exceeded during the auto-probing procedure
-of descovering the maximum buffer size for receiving UDP messages.
+The size in bytes multiplied by 2 not to be exceeded during the auto-probing
+procedure of discovering the maximum buffer size for receiving UDP messages.
 Default value is 262144.
 
 Example of usage:

+ 2 - 2
docs/cookbooks/5.5.x/core.md

@@ -1610,8 +1610,8 @@ as "lua" which is registered by the app_lua module:
 
 ### maxbuffer
 
-The size in bytes not to be exceeded during the auto-probing procedure
-of descovering the maximum buffer size for receiving UDP messages.
+The size in bytes multiplied by 2 not to be exceeded during the auto-probing
+procedure of discovering the maximum buffer size for receiving UDP messages.
 Default value is 262144.
 
 Example of usage:

+ 2 - 2
docs/cookbooks/5.6.x/core.md

@@ -1681,8 +1681,8 @@ as "lua" which is registered by the app_lua module:
 
 ### maxbuffer
 
-The size in bytes not to be exceeded during the auto-probing procedure
-of discovering and increasing the maximum OS buffer size for receiving
+The size in bytes multiplied by 2 not to be exceeded during the auto-probing
+procedure of discovering and increasing the maximum OS buffer size for receiving
 UDP messages (socket option SO_RCVBUF). Default value is 262144.
 
 Example of usage:

+ 2 - 2
docs/cookbooks/5.7.x/core.md

@@ -1950,8 +1950,8 @@ as `lua` which is registered by the `app_lua` module:
 
 ### maxbuffer
 
-The size in bytes not to be exceeded during the auto-probing procedure
-of discovering and increasing the maximum OS buffer size for receiving
+The size in bytes multiplied by 2 not to be exceeded during the auto-probing
+procedure of discovering and increasing the maximum OS buffer size for receiving
 UDP messages (socket option SO_RCVBUF). Default value is 262144.
 
 Example of usage:

+ 2 - 2
docs/cookbooks/devel/core.md

@@ -1950,8 +1950,8 @@ as `lua` which is registered by the `app_lua` module:
 
 ### maxbuffer
 
-The size in bytes not to be exceeded during the auto-probing procedure
-of discovering and increasing the maximum OS buffer size for receiving
+The size in bytes multiplied by 2 not to be exceeded during the auto-probing
+procedure of discovering and increasing the maximum OS buffer size for receiving
 UDP messages (socket option SO_RCVBUF). Default value is 262144.
 
 Example of usage: