diff xml/en/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 3ae5301ea37a
children 48615cf80e20
line wrap: on
line diff
--- a/xml/en/docs/stream/ngx_stream_core_module.xml	Tue Aug 11 18:30:46 2015 +0300
+++ b/xml/en/docs/stream/ngx_stream_core_module.xml	Tue Aug 11 18:26: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="9">
+        rev="10">
 
 <section id="summary">
 
@@ -295,6 +295,21 @@
 
 </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>
+Enables or disables the use of the <c-def>TCP_NODELAY</c-def> option.
+The option is enabled for both client and proxied server connections.
+</para>
+
+</directive>
+
 </section>
 
 </module>