summaryrefslogtreecommitdiffstats
path: root/share/man/man4/tcp.4
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2007-02-28 21:36:11 +0000
committerbrueffer <brueffer@FreeBSD.org>2007-02-28 21:36:11 +0000
commit277afd00bb2a1810c31e0d9d6bc4df55a490751a (patch)
tree0d76ed686f49c877d143d7ddcc82ef6888feb3a1 /share/man/man4/tcp.4
parent30eec96c89c6dd7dfd2744f44f8ab855c0fe6a0d (diff)
downloadFreeBSD-src-277afd00bb2a1810c31e0d9d6bc4df55a490751a.zip
FreeBSD-src-277afd00bb2a1810c31e0d9d6bc4df55a490751a.tar.gz
mdoc cleanup for the previous commit and touch .Dd
Diffstat (limited to 'share/man/man4/tcp.4')
-rw-r--r--share/man/man4/tcp.414
1 files changed, 8 insertions, 6 deletions
diff --git a/share/man/man4/tcp.4 b/share/man/man4/tcp.4
index 2a5beb4..3475fd0 100644
--- a/share/man/man4/tcp.4
+++ b/share/man/man4/tcp.4
@@ -32,7 +32,7 @@
.\" From: @(#)tcp.4 8.1 (Berkeley) 6/5/93
.\" $FreeBSD$
.\"
-.Dd January 22, 2007
+.Dd February 28, 2007
.Dt TCP 4
.Os
.Sh NAME
@@ -475,7 +475,8 @@ which allows the receiver to inform the sender about all successfully
arrived segments, allowing the sender to retransmit the missing segments
only.
.It Va sack.maxholes
-Maximum number of SACK holes per connection. Defaults to 128.
+Maximum number of SACK holes per connection.
+Defaults to 128.
.It Va sack.globalmaxholes
Maximum number of SACK holes per system, across all connections.
Defaults to 65536.
@@ -503,14 +504,15 @@ Recycle
.Dv FIN_WAIT_2
connections faster when the socket is marked as
"CANTRCVMORE" (no user process has the socket open, data received on
-the socket cannot be read). The timeout used here is
-.Va finwait2_timeout.
+the socket cannot be read).
+The timeout used here is
+.Va finwait2_timeout .
.It Va finwait2_timeout
Timeout to use for fast recycling of
.Tn TCP
.Dv FIN_WAIT_2
-connections. Defaults to
-60 seconds.
+connections.
+Defaults to 60 seconds.
.El
.Sh ERRORS
A socket operation may fail with one of the following errors returned:
OpenPOWER on IntegriCloud