comparison xml/en/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="How nginx processes a TCP/UDP session" 7 <article name="How nginx processes a TCP/UDP session"
8 link="/en/docs/stream/stream_processing.html" 8 link="/en/docs/stream/stream_processing.html"
9 lang="en" 9 lang="en"
10 rev="2"> 10 rev="3">
11 11
12 <section> 12 <section>
13 13
14 <para> 14 <para>
15 A TCP/UDP session from a client is processed 15 A TCP/UDP session from a client is processed
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 Preliminary check for access. 33 Preliminary check for access.
34 The <link doc="ngx_stream_limit_conn_module.xml">ngx_stream_limit_conn_module</link> 34 The
35 module is invoked at this phase. 35 <link doc="ngx_stream_limit_conn_module.xml">ngx_stream_limit_conn_module</link>
36 and
37 <link doc="ngx_stream_set_module.xml">ngx_stream_set_module</link>
38 modules are invoked at this phase.
36 </tag-desc> 39 </tag-desc>
37 40
38 <tag-name id="access_phase"> 41 <tag-name id="access_phase">
39 <literal>Access</literal> 42 <literal>Access</literal>
40 </tag-name> 43 </tag-name>