# HG changeset patch # User Ruslan Ermilov # Date 1433838551 -10800 # Node ID 40425063b413c7d4273252a0d7bf749a69768011 # Parent cd534da03d0268ee196f78da4b457b728f6f5b04 Fixed the default "listen backlog" value on DragonFly BSD. It is the same as on FreeBSD. diff -r cd534da03d02 -r 40425063b413 xml/en/docs/http/ngx_http_core_module.xml --- 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 @@ + rev="43">
@@ -1284,7 +1284,8 @@ 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 and Mac OS X, +By default, +backlog is set to -1 on FreeBSD, DragonFly BSD, and Mac OS X, and to 511 on other platforms. diff -r cd534da03d02 -r 40425063b413 xml/ru/docs/http/ngx_http_core_module.xml --- 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 @@ + rev="43">
@@ -1279,7 +1279,7 @@ listen, который ограничивает максимальный размер очереди ожидающих приёма соединений. По умолчанию backlog устанавливается равным -1 для -FreeBSD и Mac OS X, и 511 для других платформ. +FreeBSD, DragonFly BSD и Mac OS X, и 511 для других платформ.