From c3a2f4494c35ee243fc3cc5dbc6b39556d7196d3 Mon Sep 17 00:00:00 2001 From: Cliff Woolley Date: Sun, 28 Sep 2003 16:21:43 +0000 Subject: [PATCH] document linux TCP checksum offloading bugs. submitted by: Colm MacCarthaigh git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101335 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.en | 2 ++ docs/manual/mod/core.xml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 7957c1db89..28c116bab0 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -862,6 +862,8 @@ Location system did not detect, especially if the binaries were built on another box and moved to such a machine with broken sendfile support. +
  • On Linux the use of sendfile triggers TCP-checksum + offloading bugs on certain networking cards when using IPv6.
  • With a network-mounted DocumentRoot (e.g., NFS or SMB), the kernel may be unable to serve the network file through its own cache.
  • diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 1b165d32fe..4e971a9745 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -800,6 +800,8 @@ Location system did not detect, especially if the binaries were built on another box and moved to such a machine with broken sendfile support. +
  • On Linux the use of sendfile triggers TCP-checksum + offloading bugs on certain networking cards when using IPv6.
  • With a network-mounted DocumentRoot (e.g., NFS or SMB), the kernel may be unable to serve the network file through -- 2.50.1