From 7106e213e049c8e38971fabfa8d541f67bcf8fa9 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Fri, 7 Oct 2016 11:58:57 +0000 Subject: [PATCH] update link to TCP_DEFER_ACCEPT per http://httpd.apache.org/docs/2.4/mod/core.html#comment_5866 kernel.org links here. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1763749 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index a5ae5830b4..db65d5eb33 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -80,7 +80,7 @@ AcceptFilter https data requests. Any value besides none will enable TCP_DEFER_ACCEPT on that listener. For more details see the Linux - + tcp(7) man page.

The default values on Windows are:

-- 2.50.1