comparison xml/ru/docs/stream/stream_processing.xml @ 2600:2fd28cd4f2f8

Added set module for stream.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 29 Sep 2020 16:10:13 +0100
parents 59d1f512c3a0
children 4959250ba429
comparison
equal deleted inserted replaced
2599:5c5a36560f97 2600:2fd28cd4f2f8
5 <!DOCTYPE article SYSTEM "../../../../dtd/article.dtd"> 5 <!DOCTYPE article SYSTEM "../../../../dtd/article.dtd">
6 6
7 <article name="Как nginx обрабатывает TCP/UDP-сессии" 7 <article name="Как nginx обрабатывает TCP/UDP-сессии"
8 link="/ru/docs/stream/stream_processing.html" 8 link="/ru/docs/stream/stream_processing.html"
9 lang="ru" 9 lang="ru"
10 rev="2"> 10 rev="3">
11 11
12 <section> 12 <section>
13 13
14 <para> 14 <para>
15 Обработка клиентской TCP/UDP-сессии происходит 15 Обработка клиентской TCP/UDP-сессии происходит
29 <tag-name id="preaccess_phase"> 29 <tag-name id="preaccess_phase">
30 <literal>Pre-access</literal> 30 <literal>Pre-access</literal>
31 </tag-name> 31 </tag-name>
32 <tag-desc> 32 <tag-desc>
33 Предварительная проверка доступа. 33 Предварительная проверка доступа.
34 В этой фазе выполняется модуль 34 В этой фазе выполняются модули
35 <link doc="ngx_stream_limit_conn_module.xml">ngx_stream_limit_conn_module</link>. 35 <link doc="ngx_stream_limit_conn_module.xml">ngx_stream_limit_conn_module</link>
36 и
37 <link doc="ngx_stream_set_module.xml">ngx_stream_set_module</link>.
36 </tag-desc> 38 </tag-desc>
37 39
38 <tag-name id="access_phase"> 40 <tag-name id="access_phase">
39 <literal>Access</literal> 41 <literal>Access</literal>
40 </tag-name> 42 </tag-name>