New release notes: TCP compressed TIME_WAIT state [1], XNS support gone.

Submitted by:	hsu [1]
This commit is contained in:
Bruce A. Mah 2003-03-07 00:41:42 +00:00
parent 2cd3cc377a
commit 074a6e677f
2 changed files with 18 additions and 0 deletions

View File

@ -226,6 +226,12 @@
fast recovery when NewReno was enabled, has been
fixed. &merged;</para>
<para>TCP connections in the <literal>TIME_WAIT</literal> state
now use a special protocol control block that uses less space
than a full-blown TCP PCB. This allows some of the data
structures and resources used by such a connection to be freed
earlier.</para>
<para>It is now possible to specify the range of
<quote>privileged ports</quote> (TCP and UDP ports that
require superuser access to &man.bind.2; to). The range is
@ -241,6 +247,9 @@
a result, &man.amd.8; users are now able to mount volumes from
a &release.current; server.</para>
<para>Support for XNS networking, which has not worked
correctly for almost seven years, has been removed.</para>
</sect3>
<sect3>

View File

@ -226,6 +226,12 @@
fast recovery when NewReno was enabled, has been
fixed. &merged;</para>
<para>TCP connections in the <literal>TIME_WAIT</literal> state
now use a special protocol control block that uses less space
than a full-blown TCP PCB. This allows some of the data
structures and resources used by such a connection to be freed
earlier.</para>
<para>It is now possible to specify the range of
<quote>privileged ports</quote> (TCP and UDP ports that
require superuser access to &man.bind.2; to). The range is
@ -241,6 +247,9 @@
a result, &man.amd.8; users are now able to mount volumes from
a &release.current; server.</para>
<para>Support for XNS networking, which has not worked
correctly for almost seven years, has been removed.</para>
</sect3>
<sect3>