changeset 741:082a725038db

Fixed default backlog value description for Mac OS X
author Sergey Budnevitch <sb@waeme.net>
date Tue, 23 Oct 2012 11:01:25 +0000
parents 46d70031bea9
children 3a2e35f4c279
files xml/en/docs/http/ngx_http_core_module.xml xml/ru/docs/http/ngx_http_core_module.xml
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml	Tue Oct 23 09:11:30 2012 +0000
+++ b/xml/en/docs/http/ngx_http_core_module.xml	Tue Oct 23 11:01:25 2012 +0000
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_core_module"
         link="/en/docs/http/ngx_http_core_module.html"
         lang="en"
-        rev="8">
+        rev="9">
 
 <section id="directives" name="Directives">
 
@@ -1219,7 +1219,7 @@
 sets the <literal>backlog</literal> parameter in the
 <c-func>listen</c-func> call that limits
 the maximum length for the queue of pending connections.
-By default, <literal>backlog</literal> is set to -1 on FreeBSD,
+By default, <literal>backlog</literal> is set to -1 on FreeBSD and Mac OS X,
 and to 511 on other platforms.
 </tag-desc>
 
--- a/xml/ru/docs/http/ngx_http_core_module.xml	Tue Oct 23 09:11:30 2012 +0000
+++ b/xml/ru/docs/http/ngx_http_core_module.xml	Tue Oct 23 11:01:25 2012 +0000
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_core_module"
         link="/ru/docs/http/ngx_http_core_module.html"
         lang="ru"
-        rev="8">
+        rev="9">
 
 <section id="directives" name="Директивы">
 
@@ -1203,8 +1203,8 @@
 задаёт параметр <literal>backlog</literal> в вызове
 <c-func>listen</c-func>, который ограничивает
 максимальный размер очереди ожидающих приёма соединений.
-По умолчанию <literal>backlog</literal> устанавливается равным -1 для FreeBSD
-и 511 для других платформ.
+По умолчанию <literal>backlog</literal> устанавливается равным -1 для
+FreeBSD и Mac OS X, и 511 для других платформ.
 </tag-desc>
 
 <tag-name>