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

svn commit: r1085215 - /trafficserver/site/branches/ats-cms/content/docs/trunk/admin/configuration-files/records.config.en.mdtext

Author: igalic
Date: Fri Mar 25 00:23:27 2011
New Revision: 1085215

URL: http://svn.apache.org/viewvc?rev=1085215&view=rev
Log:
[TS-575], description stolen from: http://httpd.apache.org/docs/trunk/mod/core.html#acceptfilter
Maybe I should directly refer to it in the documentation.

Modified:
    trafficserver/site/branches/ats-cms/content/docs/trunk/admin/configuration-files/records.config.en.mdtext

Modified: trafficserver/site/branches/ats-cms/content/docs/trunk/admin/configuration-files/records.config.en.mdtext
URL: http://svn.apache.org/viewvc/trafficserver/site/branches/ats-cms/content/docs/trunk/admin/configuration-files/records.config.en.mdtext?rev=1085215&r1=1085214&r2=1085215&view=diff
==============================================================================
--- trafficserver/site/branches/ats-cms/content/docs/trunk/admin/configuration-files/records.config.en.mdtext (original)
+++ trafficserver/site/branches/ats-cms/content/docs/trunk/admin/configuration-files/records.config.en.mdtext Fri Mar 25 00:23:27 2011
@@ -1805,6 +1805,14 @@ the `records.config` file.
 
 ### Sockets ### {#Sockets}
 
+*`proxy.config.net.defer_accept`*
+:  `INT`
+:  default: `1` meaning `on` all Platforms except Linux: `45` seconds
+:  This directive enables operating system specific optimizations for a
+   listening socket. `defer_accept` holds a call to `accept(2)` back until
+   data has arrived. In Linux' special case this is up to a maximum of
+   45 seconds.
+
 *`proxy.config.net.sock_send_buffer_size_in`*
 :  `INT`
 :  `0`