diff xml/ru/docs/stream/ngx_stream_core_module.xml @ 1546:8ea1813272bb

Documented the tcp_nodelay directive for stream.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 11 Aug 2015 18:26:37 +0300
parents bcffd2161de7
children 48615cf80e20
line wrap: on
line diff
--- a/xml/ru/docs/stream/ngx_stream_core_module.xml	Tue Aug 11 18:30:46 2015 +0300
+++ b/xml/ru/docs/stream/ngx_stream_core_module.xml	Tue Aug 11 18:26:37 2015 +0300
@@ -9,7 +9,7 @@
 <module name="Модуль ngx_stream_core_module"
         link="/ru/docs/stream/ngx_stream_core_module.html"
         lang="ru"
-        rev="9">
+        rev="10">
 
 <section id="summary">
 
@@ -302,6 +302,22 @@
 
 </directive>
 
+
+<directive name="tcp_nodelay">
+<syntax><literal>on</literal> | <literal>off</literal></syntax>
+<default>on</default>
+<context>stream</context>
+<context>server</context>
+<appeared-in>1.9.4</appeared-in>
+
+<para>
+Разрешает или запрещает использование параметра <c-def>TCP_NODELAY</c-def>.
+Параметр включается как для клиентского соединения,
+так и для соединения с проксируемым сервером.
+</para>
+
+</directive>
+
 </section>
 
 </module>