# HG changeset patch # User Ruslan Ermilov # Date 1451043691 -10800 # Node ID eb6409ad9dca525e513a00ee0986b80adc2ff070 # Parent ffd9977674dfd47d77d4af2c1be3619063b3398f Fixed link to TCP Fast Open RFC. diff --git a/xml/en/docs/http/ngx_http_core_module.xml b/xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml +++ b/xml/en/docs/http/ngx_http_core_module.xml @@ -10,7 +10,7 @@ + rev="51">
@@ -1285,13 +1285,13 @@ This currently works only on FreeBSD. enables “TCP Fast Open” for the listening socket (1.5.8) and -limits +limits the maximum length for the queue of connections that have not yet completed the three-way handshake. Do not enable this feature unless the server can handle receiving the - + same SYN packet with data more than once. diff --git a/xml/ru/docs/http/ngx_http_core_module.xml b/xml/ru/docs/http/ngx_http_core_module.xml --- a/xml/ru/docs/http/ngx_http_core_module.xml +++ b/xml/ru/docs/http/ngx_http_core_module.xml @@ -10,7 +10,7 @@ + rev="51">
@@ -1279,13 +1279,13 @@ PROXY. включает “TCP Fast Open” для слушающего сокета (1.5.8) и -ограничивает +ограничивает максимальную длину очереди соединений, которые ещё не завершили процесс three-way handshake. Не включайте “TCP Fast Open”, не убедившись, что сервер может адекватно обрабатывать многократное получение - + одного и того же SYN-пакета с данными.