changeset 1501:40425063b413

Fixed the default "listen backlog" value on DragonFly BSD. It is the same as on FreeBSD.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 09 Jun 2015 11:29:11 +0300
parents cd534da03d02
children b628e042a15e
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(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml	Wed Jun 03 14:00:37 2015 +0300
+++ b/xml/en/docs/http/ngx_http_core_module.xml	Tue Jun 09 11:29:11 2015 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_core_module"
         link="/en/docs/http/ngx_http_core_module.html"
         lang="en"
-        rev="42">
+        rev="43">
 
 <section id="directives" name="Directives">
 
@@ -1284,7 +1284,8 @@
 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 and Mac OS X,
+By default,
+<literal>backlog</literal> is set to -1 on FreeBSD, DragonFly BSD, and Mac OS X,
 and to 511 on other platforms.
 </tag-desc>
 
--- a/xml/ru/docs/http/ngx_http_core_module.xml	Wed Jun 03 14:00:37 2015 +0300
+++ b/xml/ru/docs/http/ngx_http_core_module.xml	Tue Jun 09 11:29:11 2015 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_core_module"
         link="/ru/docs/http/ngx_http_core_module.html"
         lang="ru"
-        rev="42">
+        rev="43">
 
 <section id="directives" name="Директивы">
 
@@ -1279,7 +1279,7 @@
 <c-func>listen</c-func>, который ограничивает
 максимальный размер очереди ожидающих приёма соединений.
 По умолчанию <literal>backlog</literal> устанавливается равным -1 для
-FreeBSD и Mac OS X, и 511 для других платформ.
+FreeBSD, DragonFly BSD и Mac OS X, и 511 для других платформ.
 </tag-desc>
 
 <tag-name>