# HG changeset patch # User Sergey Budnevitch # Date 1350990085 0 # Node ID 082a725038dbff8d1024c35ab0a11b1f7663be9d # Parent 46d70031bea9f09d224ac7e37b0dcf08ec53018a Fixed default backlog value description for Mac OS X diff --git a/xml/en/docs/http/ngx_http_core_module.xml b/xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml +++ b/xml/en/docs/http/ngx_http_core_module.xml @@ -10,7 +10,7 @@ + rev="9">
@@ -1219,7 +1219,7 @@ This currently works only on FreeBSD. sets the backlog parameter in the listen call that limits the maximum length for the queue of pending connections. -By default, backlog is set to -1 on FreeBSD, +By default, backlog is set to -1 on FreeBSD and Mac OS X, and to 511 on other platforms. diff --git a/xml/ru/docs/http/ngx_http_core_module.xml b/xml/ru/docs/http/ngx_http_core_module.xml --- a/xml/ru/docs/http/ngx_http_core_module.xml +++ b/xml/ru/docs/http/ngx_http_core_module.xml @@ -10,7 +10,7 @@ + rev="9">
@@ -1203,8 +1203,8 @@ listen unix:/var/run/nginx.sock; задаёт параметр backlog в вызове listen, который ограничивает максимальный размер очереди ожидающих приёма соединений. -По умолчанию backlog устанавливается равным -1 для FreeBSD -и 511 для других платформ. +По умолчанию backlog устанавливается равным -1 для +FreeBSD и Mac OS X, и 511 для других платформ.