comparison xml/en/docs/http/ngx_http_core_module.xml @ 553:6330ca27a485

Translated "events" into English.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 26 Jun 2012 07:36:58 +0000
parents a8971cf346be
children f8148fc88224
comparison
equal deleted inserted replaced
552:32bde52db92c 553:6330ca27a485
1981 <context>location</context> 1981 <context>location</context>
1982 1982
1983 <para> 1983 <para>
1984 If set to a non-zero value, nginx will try to minimize the number 1984 If set to a non-zero value, nginx will try to minimize the number
1985 of send operations on client sockets by using either 1985 of send operations on client sockets by using either
1986 <c-def>NOTE_LOWAT</c-def> flag of 1986 <c-def>NOTE_LOWAT</c-def> flag of the
1987 <link doc="../events.xml" id="kqueue"/>, 1987 <link doc="../events.xml" id="kqueue"/> method,
1988 or the <c-def>SO_SNDLOWAT</c-def> socket option, 1988 or the <c-def>SO_SNDLOWAT</c-def> socket option,
1989 with the specified <value>size</value>. 1989 with the specified <value>size</value>.
1990 </para> 1990 </para>
1991 1991
1992 <para> 1992 <para>