comparison xml/en/docs/http/ngx_http_core_module.xml @ 1501:40425063b413

Fixed the default "listen backlog" value on DragonFly BSD. It is the same as on FreeBSD.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 09 Jun 2015 11:29:11 +0300
parents cd534da03d02
children 14180fa9a518
comparison
equal deleted inserted replaced
1500:cd534da03d02 1501:40425063b413
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_core_module" 10 <module name="Module ngx_http_core_module"
11 link="/en/docs/http/ngx_http_core_module.html" 11 link="/en/docs/http/ngx_http_core_module.html"
12 lang="en" 12 lang="en"
13 rev="42"> 13 rev="43">
14 14
15 <section id="directives" name="Directives"> 15 <section id="directives" name="Directives">
16 16
17 <directive name="aio"> 17 <directive name="aio">
18 <syntax> 18 <syntax>
1282 </tag-name> 1282 </tag-name>
1283 <tag-desc> 1283 <tag-desc>
1284 sets the <literal>backlog</literal> parameter in the 1284 sets the <literal>backlog</literal> parameter in the
1285 <c-func>listen</c-func> call that limits 1285 <c-func>listen</c-func> call that limits
1286 the maximum length for the queue of pending connections. 1286 the maximum length for the queue of pending connections.
1287 By default, <literal>backlog</literal> is set to -1 on FreeBSD and Mac OS X, 1287 By default,
1288 <literal>backlog</literal> is set to -1 on FreeBSD, DragonFly BSD, and Mac OS X,
1288 and to 511 on other platforms. 1289 and to 511 on other platforms.
1289 </tag-desc> 1290 </tag-desc>
1290 1291
1291 <tag-name> 1292 <tag-name>
1292 <literal>rcvbuf</literal>=<value>size</value> 1293 <literal>rcvbuf</literal>=<value>size</value>