comparison xml/en/docs/stream/ngx_stream_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 b628e042a15e
comparison
equal deleted inserted replaced
1499:3687cc9a3592 1500:cd534da03d02
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_stream_core_module" 9 <module name="Module ngx_stream_core_module"
10 link="/en/docs/stream/ngx_stream_core_module.html" 10 link="/en/docs/stream/ngx_stream_core_module.html"
11 lang="en" 11 lang="en"
12 rev="5"> 12 rev="6">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_stream_core_module</literal> module 17 The <literal>ngx_stream_core_module</literal> module
144 <tag-desc> 144 <tag-desc>
145 this parameter (1.9.1) instructs to create an individual listening socket 145 this parameter (1.9.1) instructs to create an individual listening socket
146 for each worker process 146 for each worker process
147 (using the <c-def>SO_REUSEPORT</c-def> socket option), allowing a kernel 147 (using the <c-def>SO_REUSEPORT</c-def> socket option), allowing a kernel
148 to distribute incoming connections between worker processes. 148 to distribute incoming connections between worker processes.
149 This currently works only on Linux and DragonFly BSD. 149 This currently works only on Linux 3.9+ and DragonFly BSD.
150 <note> 150 <note>
151 Inappropriate use of this option may have its security 151 Inappropriate use of this option may have its security
152 <link url="http://man7.org/linux/man-pages/man7/socket.7.html">implications</link>. 152 <link url="http://man7.org/linux/man-pages/man7/socket.7.html">implications</link>.
153 </note> 153 </note>
154 </tag-desc> 154 </tag-desc>