diff xml/en/docs/stream/ngx_stream_core_module.xml @ 1502:b628e042a15e

Documented "listen backlog=" in mail and stream.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 09 Jun 2015 14:40:14 +0300
parents cd534da03d02
children 14180fa9a518
line wrap: on
line diff
--- 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 @@
 <module name="Module ngx_stream_core_module"
         link="/en/docs/stream/ngx_stream_core_module.html"
         lang="en"
-        rev="6">
+        rev="7">
 
 <section id="summary">
 
@@ -65,6 +65,7 @@
 <syntax>
     <value>address</value>:<value>port</value>
     [<literal>ssl</literal>]
+    [<literal>backlog</literal>=<value>number</value>]
     [<literal>bind</literal>]
     [<literal>ipv6only</literal>=<literal>on</literal>|<literal>off</literal>]
     [<literal>reuseport</literal>]
@@ -107,6 +108,18 @@
 <list type="tag">
 
 <tag-name>
+<literal>backlog</literal>=<value>number</value>
+</tag-name>
+<tag-desc>
+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 (1.9.2).
+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>
+
+<tag-name>
 <literal>bind</literal>
 </tag-name>
 <tag-desc>