# HG changeset patch # User Ruslan Ermilov # Date 1433850014 -10800 # Node ID b628e042a15e66ccf23d53cb91ef76e3b6e34486 # Parent 40425063b413c7d4273252a0d7bf749a69768011 Documented "listen backlog=" in mail and stream. diff -r 40425063b413 -r b628e042a15e xml/en/docs/mail/ngx_mail_core_module.xml --- a/xml/en/docs/mail/ngx_mail_core_module.xml Tue Jun 09 11:29:11 2015 +0300 +++ b/xml/en/docs/mail/ngx_mail_core_module.xml Tue Jun 09 14:40:14 2015 +0300 @@ -10,7 +10,7 @@ + rev="7">
@@ -74,6 +74,7 @@ address:port [ssl] + [backlog=number] [bind] [ipv6only=on|off] [so_keepalive=on|off|[keepidle]:[keepintvl]:[keepcnt]] @@ -120,6 +121,18 @@ +backlog=number + + +sets the backlog parameter in the +listen call that limits +the maximum length for the queue of pending connections (1.9.2). +By default, +backlog is set to -1 on FreeBSD, DragonFly BSD, and Mac OS X, +and to 511 on other platforms. + + + bind diff -r 40425063b413 -r b628e042a15e xml/en/docs/stream/ngx_stream_core_module.xml --- a/xml/en/docs/stream/ngx_stream_core_module.xml Tue Jun 09 11:29:11 2015 +0300 +++ b/xml/en/docs/stream/ngx_stream_core_module.xml Tue Jun 09 14:40:14 2015 +0300 @@ -9,7 +9,7 @@ + rev="7">
@@ -65,6 +65,7 @@ address:port [ssl] + [backlog=number] [bind] [ipv6only=on|off] [reuseport] @@ -107,6 +108,18 @@ +backlog=number + + +sets the backlog parameter in the +listen call that limits +the maximum length for the queue of pending connections (1.9.2). +By default, +backlog is set to -1 on FreeBSD, DragonFly BSD, and Mac OS X, +and to 511 on other platforms. + + + bind diff -r 40425063b413 -r b628e042a15e xml/ru/docs/mail/ngx_mail_core_module.xml --- a/xml/ru/docs/mail/ngx_mail_core_module.xml Tue Jun 09 11:29:11 2015 +0300 +++ b/xml/ru/docs/mail/ngx_mail_core_module.xml Tue Jun 09 14:40:14 2015 +0300 @@ -10,7 +10,7 @@ + rev="7">
@@ -74,6 +74,7 @@ адрес:порт [ssl] + [backlog=число] [bind] [ipv6only=on|off] [so_keepalive=on|off|[keepidle]:[keepintvl]:[keepcnt]] @@ -120,6 +121,17 @@ +backlog=число + + +задаёт параметр backlog в вызове +listen, который ограничивает +максимальный размер очереди ожидающих приёма соединений (1.9.2). +По умолчанию backlog устанавливается равным -1 для +FreeBSD, DragonFly BSD и Mac OS X, и 511 для других платформ. + + + bind