comparison xml/en/docs/http/ngx_http_core_module.xml @ 1279:7261e621dd4a

Documented that "listen ipv6only=" implies "bind".
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 01 Sep 2014 17:53:54 +0400
parents ac7a5ee98768
children 5addfab7e171
comparison
equal deleted inserted replaced
1278:ac0d5a756174 1279:7261e621dd4a
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="35"> 13 rev="36">
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>
1321 It should be noted that the <c-func>getsockname</c-func> system call will be 1321 It should be noted that the <c-func>getsockname</c-func> system call will be
1322 made in this case to determine the address that accepted the connection. 1322 made in this case to determine the address that accepted the connection.
1323 If the <literal>setfib</literal>, 1323 If the <literal>setfib</literal>,
1324 <literal>backlog</literal>, <literal>rcvbuf</literal>, 1324 <literal>backlog</literal>, <literal>rcvbuf</literal>,
1325 <literal>sndbuf</literal>, <literal>accept_filter</literal>, 1325 <literal>sndbuf</literal>, <literal>accept_filter</literal>,
1326 <literal>deferred</literal>, or <literal>so_keepalive</literal> parameters 1326 <literal>deferred</literal>, <literal>ipv6only</literal>,
1327 or <literal>so_keepalive</literal> parameters
1327 are used then for a given 1328 are used then for a given
1328 <value>address</value>:<value>port</value> pair 1329 <value>address</value>:<value>port</value> pair
1329 a separate <c-func>bind</c-func> call will always be made. 1330 a separate <c-func>bind</c-func> call will always be made.
1330 </tag-desc> 1331 </tag-desc>
1331 1332