Syntax: | send_lowat |
---|---|
Default: | send_lowat 0; |
Context: | http , server , location |
If the directive is set to a non-zero value, nginx will try to minimize the number of send operations on client sockets by using either NOTE_LOWAT
flag of the kqueue method or the SO_SNDLOWAT
socket option. In both cases the specified size
is used.
This directive is ignored on Linux, Solaris, and Windows.
Please login to continue.