changeset 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 ffd9977674df
children 2b4749be4ffe
files xml/en/docs/http/ngx_http_core_module.xml xml/ru/docs/http/ngx_http_core_module.xml
diffstat 2 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml
+++ b/xml/en/docs/http/ngx_http_core_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_core_module"
         link="/en/docs/http/ngx_http_core_module.html"
         lang="en"
-        rev="50">
+        rev="51">
 
 <section id="directives" name="Directives">
 
@@ -1285,13 +1285,13 @@ This currently works only on FreeBSD.
 enables
 “<link url="http://en.wikipedia.org/wiki/TCP_Fast_Open">TCP Fast Open</link>”
 for the listening socket (1.5.8) and
-<link url="http://tools.ietf.org/html/draft-ietf-tcpm-fastopen#section-5.1">limits</link>
+<link url="http://tools.ietf.org/html/rfc7413#section-5.1">limits</link>
 the maximum length for the queue of connections that have not yet completed
 the three-way handshake.
 <note>
 Do not enable this feature unless the server can handle
 receiving the
-<link url="http://tools.ietf.org/html/draft-ietf-tcpm-fastopen#section-6.1">
+<link url="http://tools.ietf.org/html/rfc7413#section-6.1">
 same SYN packet with data</link> more than once.
 </note>
 </tag-desc>
--- a/xml/ru/docs/http/ngx_http_core_module.xml
+++ b/xml/ru/docs/http/ngx_http_core_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_core_module"
         link="/ru/docs/http/ngx_http_core_module.html"
         lang="ru"
-        rev="50">
+        rev="51">
 
 <section id="directives" name="Директивы">
 
@@ -1279,13 +1279,13 @@ PROXY</link>.
 включает
 “<link url="http://en.wikipedia.org/wiki/TCP_Fast_Open">TCP Fast Open</link>”
 для слушающего сокета (1.5.8) и
-<link url="http://tools.ietf.org/html/draft-ietf-tcpm-fastopen#section-5.1">ограничивает</link>
+<link url="http://tools.ietf.org/html/rfc7413#section-5.1">ограничивает</link>
 максимальную длину очереди соединений, которые ещё не завершили процесс
 three-way handshake.
 <note>
 Не включайте “TCP Fast Open”, не убедившись, что сервер может адекватно
 обрабатывать многократное получение
-<link url="http://tools.ietf.org/html/draft-ietf-tcpm-fastopen#section-6.1">
+<link url="http://tools.ietf.org/html/rfc7413#section-6.1">
 одного и того же SYN-пакета с данными</link>.
 </note>
 </tag-desc>