# HG changeset patch # User Yaroslav Zhuravlev # Date 1439306797 -10800 # Node ID 8ea1813272bb508b8920b458327dec0dba976fc4 # Parent e66acc310eb675bda25571c0182435d58f659fe4 Documented the tcp_nodelay directive for stream. 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="10">
@@ -295,6 +295,21 @@ are specified. + + +on | off +on +stream +server +1.9.4 + + +Enables or disables the use of the TCP_NODELAY option. +The option is enabled for both client and proxied server connections. + + + +
diff --git a/xml/ru/docs/stream/ngx_stream_core_module.xml b/xml/ru/docs/stream/ngx_stream_core_module.xml --- a/xml/ru/docs/stream/ngx_stream_core_module.xml +++ b/xml/ru/docs/stream/ngx_stream_core_module.xml @@ -9,7 +9,7 @@ + rev="10">
@@ -302,6 +302,22 @@ resolver_timeout 5s; + + +on | off +on +stream +server +1.9.4 + + +Разрешает или запрещает использование параметра TCP_NODELAY. +Параметр включается как для клиентского соединения, +так и для соединения с проксируемым сервером. + + + +