You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jw...@apache.org on 2003/09/28 18:21:00 UTC

cvs commit: httpd-2.0/docs/manual/mod core.html.en core.xml

jwoolley    2003/09/28 09:21:00

  Modified:    docs/manual/mod Tag: APACHE_2_0_BRANCH core.html.en core.xml
  Log:
  document linux TCP checksum offloading bugs.
  
  submitted by: Colm MacCarthaigh <co...@stdlib.net>
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.46.2.35 +2 -0      httpd-2.0/docs/manual/mod/core.html.en
  
  Index: core.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/core.html.en,v
  retrieving revision 1.46.2.34
  retrieving revision 1.46.2.35
  diff -u -d -u -r1.46.2.34 -r1.46.2.35
  --- core.html.en	6 Aug 2003 13:52:50 -0000	1.46.2.34
  +++ core.html.en	28 Sep 2003 16:21:00 -0000	1.46.2.35
  @@ -862,6 +862,8 @@
       system did not detect, especially if the binaries were built on
       another box and moved to such a machine with broken sendfile
       support.</li>
  +    <li>On Linux the use of sendfile triggers TCP-checksum
  +    offloading bugs on certain networking cards when using IPv6.</li>
       <li>With a network-mounted <code class="directive"><a href="#documentroot">DocumentRoot</a></code> (e.g., NFS or SMB),
       the kernel may be unable to serve the network file through
       its own cache.</li>
  
  
  
  1.46.2.29 +2 -0      httpd-2.0/docs/manual/mod/core.xml
  
  Index: core.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/core.xml,v
  retrieving revision 1.46.2.28
  retrieving revision 1.46.2.29
  diff -u -d -u -r1.46.2.28 -r1.46.2.29
  --- core.xml	6 Aug 2003 13:52:50 -0000	1.46.2.28
  +++ core.xml	28 Sep 2003 16:21:00 -0000	1.46.2.29
  @@ -797,6 +797,8 @@
       system did not detect, especially if the binaries were built on
       another box and moved to such a machine with broken sendfile
       support.</li>
  +    <li>On Linux the use of sendfile triggers TCP-checksum
  +    offloading bugs on certain networking cards when using IPv6.</li>
       <li>With a network-mounted <directive
       module="core">DocumentRoot</directive> (e.g., NFS or SMB),
       the kernel may be unable to serve the network file through