mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
New release note: TCP syncache.
This commit is contained in:
parent
57813e7f3f
commit
ef2b805fcf
2 changed files with 18 additions and 0 deletions
|
|
@ -708,6 +708,15 @@
|
|||
<varname>net.inet.tcp.strict_rfc1948</varname> and
|
||||
<varname>net.inet.tcp.isn_reseed_interval</varname> sysctl
|
||||
variables. &merged;</para>
|
||||
|
||||
<para>The TCP implementation in &os; now implements a cache of
|
||||
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
|
||||
TCP-based Denial of Service attacks. Work on this feature was
|
||||
sponsored by DARPA and NAI Labs.</para>
|
||||
</sect3>
|
||||
|
||||
<sect3>
|
||||
|
|
|
|||
|
|
@ -708,6 +708,15 @@
|
|||
<varname>net.inet.tcp.strict_rfc1948</varname> and
|
||||
<varname>net.inet.tcp.isn_reseed_interval</varname> sysctl
|
||||
variables. &merged;</para>
|
||||
|
||||
<para>The TCP implementation in &os; now implements a cache of
|
||||
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
|
||||
TCP-based Denial of Service attacks. Work on this feature was
|
||||
sponsored by DARPA and NAI Labs.</para>
|
||||
</sect3>
|
||||
|
||||
<sect3>
|
||||
|
|
|
|||
Loading…
Reference in a new issue