tcpNoDelay

<h1> tcpNoDelay</h1>

 

<h2>Name</h2>

tcpNoDelay -- Control the use of TCP_NODELAY

 

<h2>Synopsis</h2>

tcpNoDelay [ <code class="OPTION">tcpNoDelay on|off</code>]

 

Default

</dt><dd>

tcpNoDelay on

</dd><dt>

Context

</dt><dd>

server config, <VirtualHost>, <Global>

</dd><dt>

Module

</dt><dd>

mod_core

</dd><dt>

Compatibility

</dt><dd>

1.2.0pre3a and later

</dd></dl>

 

<h2>Description</h2>

The tcpNoDelay directive controls the use of the TCP_NODELAY socket option (which disables the Nagle algorithm). ProFTPd uses TCP_NODELAY by default, which usually is a benefit but this can occasionally lead to problems with some clients, so tcpNoDelay is provided as a way to disable this option. You will not normally need to use this directive but if you have clients reporting unusually slow connections, try setting this to off.

 

<h2>See also</h2>

 

<h2>Examples</h2>