diff 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
line wrap: on
line diff
--- a/xml/en/docs/stream/ngx_stream_core_module.xml	Thu May 28 14:48:44 2015 +0300
+++ b/xml/en/docs/stream/ngx_stream_core_module.xml	Wed Jun 03 14:00:37 2015 +0300
@@ -9,7 +9,7 @@
 <module name="Module ngx_stream_core_module"
         link="/en/docs/stream/ngx_stream_core_module.html"
         lang="en"
-        rev="5">
+        rev="6">
 
 <section id="summary">
 
@@ -146,7 +146,7 @@
 for each worker process
 (using the <c-def>SO_REUSEPORT</c-def> socket option), allowing a kernel
 to distribute incoming connections between worker processes.
-This currently works only on Linux and DragonFly BSD.
+This currently works only on Linux 3.9+ and DragonFly BSD.
 <note>
 Inappropriate use of this option may have its security
 <link url="http://man7.org/linux/man-pages/man7/socket.7.html">implications</link>.