comparison xml/en/docs/mail/ngx_mail_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 3ae5301ea37a
children 351cefd5ff9c
comparison
equal deleted inserted replaced
1910:41cf2c2d8c5c 1911:f024ac0ec5c7
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_mail_core_module" 10 <module name="Module ngx_mail_core_module"
11 link="/en/docs/mail/ngx_mail_core_module.html" 11 link="/en/docs/mail/ngx_mail_core_module.html"
12 lang="en" 12 lang="en"
13 rev="8"> 13 rev="9">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 This module is not built by default, it should be 18 This module is not built by default, it should be
130 <tag-desc> 130 <tag-desc>
131 sets the <literal>backlog</literal> parameter in the 131 sets the <literal>backlog</literal> parameter in the
132 <c-func>listen</c-func> call that limits 132 <c-func>listen</c-func> call that limits
133 the maximum length for the queue of pending connections (1.9.2). 133 the maximum length for the queue of pending connections (1.9.2).
134 By default, 134 By default,
135 <literal>backlog</literal> is set to -1 on FreeBSD, DragonFly BSD, and Mac OS X, 135 <literal>backlog</literal> is set to -1 on FreeBSD, DragonFly BSD, and macOS,
136 and to 511 on other platforms. 136 and to 511 on other platforms.
137 </tag-desc> 137 </tag-desc>
138 138
139 <tag-name> 139 <tag-name>
140 <literal>bind</literal> 140 <literal>bind</literal>