comparison xml/en/docs/http/ngx_http_core_module.xml @ 741:082a725038db

Fixed default backlog value description for Mac OS X
author Sergey Budnevitch <sb@waeme.net>
date Tue, 23 Oct 2012 11:01:25 +0000
parents 0914bbb59fd2
children ddec437b692b
comparison
equal deleted inserted replaced
740:46d70031bea9 741:082a725038db
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="8"> 13 rev="9">
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>
1217 </tag-name> 1217 </tag-name>
1218 <tag-desc> 1218 <tag-desc>
1219 sets the <literal>backlog</literal> parameter in the 1219 sets the <literal>backlog</literal> parameter in the
1220 <c-func>listen</c-func> call that limits 1220 <c-func>listen</c-func> call that limits
1221 the maximum length for the queue of pending connections. 1221 the maximum length for the queue of pending connections.
1222 By default, <literal>backlog</literal> is set to -1 on FreeBSD, 1222 By default, <literal>backlog</literal> is set to -1 on FreeBSD and Mac OS X,
1223 and to 511 on other platforms. 1223 and to 511 on other platforms.
1224 </tag-desc> 1224 </tag-desc>
1225 1225
1226 <tag-name> 1226 <tag-name>
1227 <literal>rcvbuf</literal>=<value>size</value> 1227 <literal>rcvbuf</literal>=<value>size</value>