comparison xml/en/docs/http/ngx_http_core_module.xml @ 1037:3fde5aa256ac

Fixed markup.
author Vladimir Homutov <vl@nginx.com>
date Fri, 20 Dec 2013 19:07:32 +0400
parents 5894aa46ffef
children eeb690d4212b
comparison
equal deleted inserted replaced
1036:5894aa46ffef 1037:3fde5aa256ac
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_core_module" 10 <module name="Module ngx_http_core_module"
11 link="/en/docs/http/ngx_http_core_module.html" 11 link="/en/docs/http/ngx_http_core_module.html"
12 lang="en" 12 lang="en"
13 rev="28"> 13 rev="29">
14 14
15 <section id="directives" name="Directives"> 15 <section id="directives" name="Directives">
16 16
17 <directive name="aio"> 17 <directive name="aio">
18 <syntax> 18 <syntax>
1230 <literal>fastopen</literal>=<value>number</value> 1230 <literal>fastopen</literal>=<value>number</value>
1231 </tag-name> 1231 </tag-name>
1232 <tag-desc> 1232 <tag-desc>
1233 enables 1233 enables
1234 “<link url="http://en.wikipedia.org/wiki/TCP_Fast_Open">TCP Fast Open</link>” 1234 “<link url="http://en.wikipedia.org/wiki/TCP_Fast_Open">TCP Fast Open</link>”
1235 for the listening socket (1.5.8). 1235 for the listening socket (1.5.8) and
1236 The <literal>number</literal> parameter
1237 <link url="http://tools.ietf.org/html/draft-ietf-tcpm-fastopen#section-5.1">limits</link> 1236 <link url="http://tools.ietf.org/html/draft-ietf-tcpm-fastopen#section-5.1">limits</link>
1238 the maximum length for the queue of connections that have not yet completed 1237 the maximum length for the queue of connections that have not yet completed
1239 the three-way handshake. 1238 the three-way handshake.
1240 <note> 1239 <note>
1241 Do not enable this feature unless the server can handle 1240 Do not enable this feature unless the server can handle