aboutsummaryrefslogtreecommitdiff
path: root/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'release/doc/en_US.ISO8859-1/relnotes/common/new.sgml')
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/common/new.sgml8
1 files changed, 6 insertions, 2 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
index b6f4ea0949a2..b3dcb12123b0 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
@@ -764,8 +764,12 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
outstanding, received SYN segments. Incoming SYN segments now
cause entries to be placed in the cache until the TCP three-way
handshake is complete, at which point, memory is allocated for
- the connection as usual. This so-called
- <quote>syncache</quote> makes a host much more resistant to
+ the connection as usual. In addition, all TCP Initial Sequence
+ Numbers (ISNs) are used as cookies, allowing entries in the
+ cache to be dropped, but still have their corresponding ACKs
+ accepted later. The combination of the so-called
+ <quote>syncache</quote> and <quote>syncookies</quote> features
+ makes a host much more resistant to
TCP-based Denial of Service attacks. Work on this feature was
sponsored by DARPA and NAI Labs. &merged;</para>