diff 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
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml
+++ b/xml/en/docs/http/ngx_http_core_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_core_module"
         link="/en/docs/http/ngx_http_core_module.html"
         lang="en"
-        rev="41">
+        rev="42">
 
 <section id="directives" name="Directives">
 
@@ -1375,7 +1375,7 @@ this parameter (1.9.1) instructs to crea
 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>.