comparison 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
comparison
equal deleted inserted replaced
1545:e66acc310eb6 1546:8ea1813272bb
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Модуль ngx_stream_core_module" 9 <module name="Модуль ngx_stream_core_module"
10 link="/ru/docs/stream/ngx_stream_core_module.html" 10 link="/ru/docs/stream/ngx_stream_core_module.html"
11 lang="ru" 11 lang="ru"
12 rev="9"> 12 rev="10">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 Модуль <literal>ngx_stream_core_module</literal> 17 Модуль <literal>ngx_stream_core_module</literal>
300 директивы stream-сервера. 300 директивы stream-сервера.
301 </para> 301 </para>
302 302
303 </directive> 303 </directive>
304 304
305
306 <directive name="tcp_nodelay">
307 <syntax><literal>on</literal> | <literal>off</literal></syntax>
308 <default>on</default>
309 <context>stream</context>
310 <context>server</context>
311 <appeared-in>1.9.4</appeared-in>
312
313 <para>
314 Разрешает или запрещает использование параметра <c-def>TCP_NODELAY</c-def>.
315 Параметр включается как для клиентского соединения,
316 так и для соединения с проксируемым сервером.
317 </para>
318
319 </directive>
320
305 </section> 321 </section>
306 322
307 </module> 323 </module>