# HG changeset patch # User Yaroslav Zhuravlev # Date 1433329237 -10800 # Node ID cd534da03d0268ee196f78da4b457b728f6f5b04 # Parent 3687cc9a3592ea614912f83a08c39e52c9cbaf1e Added Linux kernel version in reuseport. diff --git a/xml/en/docs/http/ngx_http_core_module.xml b/xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml +++ b/xml/en/docs/http/ngx_http_core_module.xml @@ -10,7 +10,7 @@ + rev="42">
@@ -1375,7 +1375,7 @@ this parameter (1.9.1) instructs to crea for each worker process (using the SO_REUSEPORT 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. Inappropriate use of this option may have its security implications. diff --git a/xml/en/docs/stream/ngx_stream_core_module.xml b/xml/en/docs/stream/ngx_stream_core_module.xml --- a/xml/en/docs/stream/ngx_stream_core_module.xml +++ b/xml/en/docs/stream/ngx_stream_core_module.xml @@ -9,7 +9,7 @@ + rev="6">
@@ -146,7 +146,7 @@ this parameter (1.9.1) instructs to crea for each worker process (using the SO_REUSEPORT 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. Inappropriate use of this option may have its security implications. diff --git a/xml/ru/docs/http/ngx_http_core_module.xml b/xml/ru/docs/http/ngx_http_core_module.xml --- a/xml/ru/docs/http/ngx_http_core_module.xml +++ b/xml/ru/docs/http/ngx_http_core_module.xml @@ -10,7 +10,7 @@ + rev="42">
@@ -1370,7 +1370,7 @@ FreeBSD и Mac OS X, и 511 для других платформ. для каждого рабочего процесса (через параметр сокета SO_REUSEPORT), позволяя ядру распределять входящие соединения между рабочими процессами. -В настоящий момент это работает только на Linux и DragonFly BSD. +В настоящий момент это работает только на Linux 3.9+ и DragonFly BSD. Ненадлежащее использование параметра может иметь последствия