# HG changeset patch # User Ruslan Ermilov # Date 1332229987 0 # Node ID 98ee97a382d3a9e568791cc253fb8f3d2d9508f6 # Parent e9a2a856d76b0340c4de51d3f33419ce3b52c9ae Documented the $tcpinfo_* variables. diff -r e9a2a856d76b -r 98ee97a382d3 xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml Tue Mar 20 07:48:06 2012 +0000 +++ b/xml/en/docs/http/ngx_http_core_module.xml Tue Mar 20 07:53:07 2012 +0000 @@ -2788,6 +2788,17 @@ “HTTP/1.1” + +$tcpinfo_rtt, +$tcpinfo_rttvar, +$tcpinfo_snd_cwnd, +$tcpinfo_rcv_space + + +information about the client TCP connection; available on systems +that support the TCP_INFO socket option + + $uri current URI in request diff -r e9a2a856d76b -r 98ee97a382d3 xml/ru/docs/http/ngx_http_core_module.xml --- a/xml/ru/docs/http/ngx_http_core_module.xml Tue Mar 20 07:48:06 2012 +0000 +++ b/xml/ru/docs/http/ngx_http_core_module.xml Tue Mar 20 07:53:07 2012 +0000 @@ -2772,6 +2772,17 @@ “HTTP/1.1 + +$tcpinfo_rtt, +$tcpinfo_rttvar, +$tcpinfo_snd_cwnd, +$tcpinfo_rcv_space + + +информация о клиентском TCP-соединении; доступна на системах, +поддерживающих опцию сокета TCP_INFO + + $uri текущий URI запроса