summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2010-10-11 08:26:41 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2010-10-11 08:26:41 +0000
commitb3d150d3d2f73788466c79e2163413aeb6d965ff (patch)
tree9390f8a334c3a3ee28291a7967b0ecb886b1f2b7
parentec2f0f98e62f90fa3a13a564db7a29b5bcad8c60 (diff)
tcp.sendspace & tcp.recvspace buttons are gone.
-rw-r--r--lib/libc/gen/sysctl.314
1 files changed, 2 insertions, 12 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index 0b026e9674d..9097587c8a9 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.3,v 1.199 2010/10/06 22:19:20 mikeb Exp $
+.\" $OpenBSD: sysctl.3,v 1.200 2010/10/11 08:26:40 claudio Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: October 6 2010 $
+.Dd $Mdocdate: October 11 2010 $
.Dt SYSCTL 3
.Os
.Sh NAME
@@ -1221,12 +1221,10 @@ The currently defined protocols and names are:
.It tcp keepintvl integer yes
.It tcp mssdflt integer yes
.It tcp reasslimit integer yes
-.It tcp recvspace integer yes
.It tcp rfc1323 integer yes
.It tcp rfc3390 integer yes
.It tcp rstppslimit integer yes
.It tcp sack integer yes
-.It tcp sendspace integer yes
.It tcp slowhz integer no
.It tcp stats structure no
.It tcp synbucketlimit integer yes
@@ -1586,10 +1584,6 @@ The default value is 512.
The maximum number of out-of-order
.Tn TCP
segments the system will store for reassembly.
-.It Li tcp.recvspace
-Returns the default
-.Tn TCP
-receive buffer size.
.It Li tcp.rfc1323
Returns 1 if RFC 1323 extensions to
.Tn TCP
@@ -1606,10 +1600,6 @@ and will not go out from the node.
A negative value disables rate limitation.
.It Li tcp.sack
Returns 1 if RFC 2018 Selective Acknowledgements are enabled.
-.It Li tcp.sendspace
-Returns the default
-.Tn TCP
-send buffer size.
.It Li tcp.slowhz
The units for tcp.keepidle and tcp.keepintvl; those variables are in ticks
of a clock that ticks tcp.slowhz times per second.