comparison xml/en/docs/http/ngx_http_core_module.xml @ 1633:eb6409ad9dca

Fixed link to TCP Fast Open RFC.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 25 Dec 2015 14:41:31 +0300
parents 88ad8fcea975
children 44c4323144c5
comparison
equal deleted inserted replaced
1632:ffd9977674df 1633:eb6409ad9dca
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="50"> 13 rev="51">
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>
1283 </tag-name> 1283 </tag-name>
1284 <tag-desc> 1284 <tag-desc>
1285 enables 1285 enables
1286 “<link url="http://en.wikipedia.org/wiki/TCP_Fast_Open">TCP Fast Open</link>” 1286 “<link url="http://en.wikipedia.org/wiki/TCP_Fast_Open">TCP Fast Open</link>”
1287 for the listening socket (1.5.8) and 1287 for the listening socket (1.5.8) and
1288 <link url="http://tools.ietf.org/html/draft-ietf-tcpm-fastopen#section-5.1">limits</link> 1288 <link url="http://tools.ietf.org/html/rfc7413#section-5.1">limits</link>
1289 the maximum length for the queue of connections that have not yet completed 1289 the maximum length for the queue of connections that have not yet completed
1290 the three-way handshake. 1290 the three-way handshake.
1291 <note> 1291 <note>
1292 Do not enable this feature unless the server can handle 1292 Do not enable this feature unless the server can handle
1293 receiving the 1293 receiving the
1294 <link url="http://tools.ietf.org/html/draft-ietf-tcpm-fastopen#section-6.1"> 1294 <link url="http://tools.ietf.org/html/rfc7413#section-6.1">
1295 same SYN packet with data</link> more than once. 1295 same SYN packet with data</link> more than once.
1296 </note> 1296 </note>
1297 </tag-desc> 1297 </tag-desc>
1298 1298
1299 <tag-name> 1299 <tag-name>