comparison xml/en/docs/stream/ngx_stream_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
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="4"> 12 rev="5">
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
143 </tag-name> 143 </tag-name>
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 more effectively. 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 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>