comparison xml/en/docs/stream/ngx_stream_core_module.xml @ 1911:f024ac0ec5c7

Apple rebranded Mac OS X to macOS.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 17 Feb 2017 17:58:53 +0300
parents 59d1f512c3a0
children 351cefd5ff9c
comparison
equal deleted inserted replaced
1910:41cf2c2d8c5c 1911:f024ac0ec5c7
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_stream_core_module" 9 <module name="Module ngx_stream_core_module"
10 link="/en/docs/stream/ngx_stream_core_module.html" 10 link="/en/docs/stream/ngx_stream_core_module.html"
11 lang="en" 11 lang="en"
12 rev="21"> 12 rev="22">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_stream_core_module</literal> module 17 The <literal>ngx_stream_core_module</literal> module
143 <tag-desc> 143 <tag-desc>
144 sets the <literal>backlog</literal> parameter in the 144 sets the <literal>backlog</literal> parameter in the
145 <c-func>listen</c-func> call that limits 145 <c-func>listen</c-func> call that limits
146 the maximum length for the queue of pending connections (1.9.2). 146 the maximum length for the queue of pending connections (1.9.2).
147 By default, 147 By default,
148 <literal>backlog</literal> is set to -1 on FreeBSD, DragonFly BSD, and Mac OS X, 148 <literal>backlog</literal> is set to -1 on FreeBSD, DragonFly BSD, and macOS,
149 and to 511 on other platforms. 149 and to 511 on other platforms.
150 </tag-desc> 150 </tag-desc>
151 151
152 <tag-name> 152 <tag-name>
153 <literal>bind</literal> 153 <literal>bind</literal>