More cleanup for rev. 1.56

Submitted by:	ru
This commit is contained in:
Christian Brueffer 2007-02-28 22:40:21 +00:00
parent 12c3456003
commit 5e01c01abd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=167127

View file

@ -478,7 +478,7 @@ only.
Maximum number of SACK holes per connection.
Defaults to 128.
.It Va sack.globalmaxholes
Maximum number of SACK holes per system, across all connections.
Maximum number of SACK holes per system, across all connections.
Defaults to 65536.
.It Va maxtcptw
When a TCP connection enters the
@ -499,18 +499,19 @@ By default, it is initialized to
Suppress creating of compressed TCP TIME_WAIT states for connections in
which both endpoints are local.
.It Va fast_finwait2_recycle
Recycle
.Tn TCP
.Dv FIN_WAIT_2
Recycle
.Tn TCP
.Dv FIN_WAIT_2
connections faster when the socket is marked as
"CANTRCVMORE" (no user process has the socket open, data received on
.Dv SBS_CANTRCVMORE
(no user process has the socket open, data received on
the socket cannot be read).
The timeout used here is
The timeout used here is
.Va finwait2_timeout .
.It Va finwait2_timeout
Timeout to use for fast recycling of
Timeout to use for fast recycling of
.Tn TCP
.Dv FIN_WAIT_2
.Dv FIN_WAIT_2
connections.
Defaults to 60 seconds.
.El