From: Cliff Woolley Date: Sun, 28 Sep 2003 16:21:00 +0000 (+0000) Subject: document linux TCP checksum offloading bugs. X-Git-Tag: 2.0.48~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37ebd0e92f1dde84fd0d89453a649778d5783b74;p=thirdparty%2Fapache%2Fhttpd.git document linux TCP checksum offloading bugs. submitted by: Colm MacCarthaigh git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101334 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index d6e144ed21d..bf59f9ab53c 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 0aa1e630a80..f88d5ab4f97 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -797,6 +797,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