# HG changeset patch # User Sergey Budnevitch # Date 1350990085 0 # Node ID 082a725038dbff8d1024c35ab0a11b1f7663be9d # Parent 46d70031bea9f09d224ac7e37b0dcf08ec53018a Fixed default backlog value description for Mac OS X diff -r 46d70031bea9 -r 082a725038db xml/en/docs/http/ngx_http_core_module.xml --- 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 @@ + rev="9">
@@ -1219,7 +1219,7 @@ 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 -r 46d70031bea9 -r 082a725038db xml/ru/docs/http/ngx_http_core_module.xml --- 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 @@ + rev="9">
@@ -1203,8 +1203,8 @@ задаёт параметр backlog в вызове listen, который ограничивает максимальный размер очереди ожидающих приёма соединений. -По умолчанию backlog устанавливается равным -1 для FreeBSD -и 511 для других платформ. +По умолчанию backlog устанавливается равным -1 для +FreeBSD и Mac OS X, и 511 для других платформ.