comparison xml/en/docs/http/ngx_http_core_module.xml @ 1500:cd534da03d02

Added Linux kernel version in reuseport.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 03 Jun 2015 14:00:37 +0300
parents 99ce48c8cce3
children 40425063b413
comparison
equal deleted inserted replaced
1499:3687cc9a3592 1500:cd534da03d02
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="41"> 13 rev="42">
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>
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. 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 3.9+ 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>
1383 </tag-desc> 1383 </tag-desc>