Regen from r192411.
This commit is contained in:
parent
6b57085cce
commit
b4f71daaeb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=34293
1 changed files with 18 additions and 1 deletions
|
@ -19,7 +19,7 @@ alink="#0000FF">
|
|||
<p class="COPYRIGHT">Copyright © 2008, 2009 The FreeBSD Documentation Project</p>
|
||||
|
||||
<p class="PUBDATE">$FreeBSD: stable/7/release/doc/en_US.ISO8859-1/errata/article.sgml
|
||||
191791 2009-05-04 19:00:25Z hrs $<br />
|
||||
192411 2009-05-20 00:55:26Z hrs $<br />
|
||||
</p>
|
||||
|
||||
<div class="LEGALNOTICE"><a id="TRADEMARKS" name="TRADEMARKS"></a>
|
||||
|
@ -122,6 +122,17 @@ href="http://www.FreeBSD.org/cgi/man.cgi?query=lagg&sektion=4&manpath=FreeBSD+7.
|
|||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">lagg</span>(4)</span></a> driver
|
||||
in the LACP (IEEE 802.3ad Link Aggregation Control Protocol) mode. An Errata Notice to
|
||||
fix this problem is planned after the release.</p>
|
||||
|
||||
<p>[20090507] A bug was found in the <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=fxp&sektion=4&manpath=FreeBSD+7.2-stable"><span
|
||||
class="CITEREFENTRY"><span class="REFENTRYTITLE">fxp</span>(4)</span></a> driver. This
|
||||
would cause poor TCP performance when TSO is enabled, and the receiver has a smaller MSS
|
||||
than the interface MTU setting. To workaround this issue, one can disable TSO by using <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=ifconfig&sektion=8&manpath=FreeBSD+7.2-stable">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ifconfig</span>(8)</span></a>
|
||||
<code class="OPTION">-tso</code> parameter (per interface basis) or setting <code
|
||||
class="VARNAME">net.inet.tcp.tso</code> to <tt class="LITERAL">0</tt> (globally on the
|
||||
system). An Errata Notice to fix this problem is planned after the release.</p>
|
||||
</div>
|
||||
|
||||
<div class="SECT1">
|
||||
|
@ -134,6 +145,12 @@ href="http://www.FreeBSD.org/cgi/man.cgi?query=malloc&sektion=3&manpath=FreeBSD+
|
|||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">malloc</span>(3)</span></a>
|
||||
implementation and threading library has been committed to the <tt
|
||||
class="LITERAL">RELENG_7</tt> branch for public testing.</p>
|
||||
|
||||
<p>[20090507] A patch to solve the bug in the <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=fxp&sektion=4&manpath=FreeBSD+7.2-stable"><span
|
||||
class="CITEREFENTRY"><span class="REFENTRYTITLE">fxp</span>(4)</span></a> driver that
|
||||
caused poor TCP performance has been committed to the <tt class="LITERAL">RELENG_7</tt>
|
||||
branch for public testing.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue