comparison xml/en/docs/http/ngx_http_core_module.xml @ 1496:99ce48c8cce3

Corrected the "reuseport" description of the "listen" directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 27 May 2015 18:30:48 +0300
parents 9faa78768252
children cd534da03d02
comparison
equal deleted inserted replaced
1495:8d134b482cc3 1496:99ce48c8cce3
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="40"> 13 rev="41">
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>
1372 </tag-name> 1372 </tag-name>
1373 <tag-desc> 1373 <tag-desc>
1374 this parameter (1.9.1) instructs to create an individual listening socket 1374 this parameter (1.9.1) instructs to create an individual listening socket
1375 for each worker process 1375 for each worker process
1376 (using the <c-def>SO_REUSEPORT</c-def> socket option), allowing a kernel 1376 (using the <c-def>SO_REUSEPORT</c-def> socket option), allowing a kernel
1377 to distribute incoming connections between worker processes more effectively. 1377 to distribute incoming connections between worker processes.
1378 This currently works only on Linux and DragonFly BSD. 1378 This currently works only on Linux and DragonFly BSD.
1379 <note> 1379 <note>
1380 Inappropriate use of this option may have its security 1380 Inappropriate use of this option may have its security
1381 <link url="http://man7.org/linux/man-pages/man7/socket.7.html">implications</link>. 1381 <link url="http://man7.org/linux/man-pages/man7/socket.7.html">implications</link>.
1382 </note> 1382 </note>