You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bu...@apache.org on 2011/03/25 01:23:33 UTC

svn commit: r787493 - /websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/records.config.en.html

Author: buildbot
Date: Fri Mar 25 00:23:32 2011
New Revision: 787493

Log:
Staging update by buildbot

Modified:
    websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/records.config.en.html

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/records.config.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/records.config.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/records.config.en.html Fri Mar 25 00:23:32 2011
@@ -1812,6 +1812,15 @@ T=SERVER_PORT_BLIND_TUNNEL</p>
 </dl>
 <h3 id="Sockets">Sockets</h3>
 <dl>
+<dt><em><code>proxy.config.net.defer_accept</code></em></dt>
+<dd><code>INT</code></dd>
+<dd>default: <code>1</code> meaning <code>on</code> all Platforms except Linux: <code>45</code> seconds</dd>
+<dd>This directive enables operating system specific optimizations for a</dd>
+</dl>
+<p>listening socket. <code>defer_accept</code> holds a call to <code>accept(2)</code> back until
+   data has arrived. In Linux' special case this is up to a maximum of
+   45 seconds.</p>
+<dl>
 <dt><em><code>proxy.config.net.sock_send_buffer_size_in</code></em></dt>
 <dd><code>INT</code></dd>
 <dd><code>0</code></dd>