summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNiels Provos <provos@cvs.openbsd.org>1999-05-19 16:27:42 +0000
committerNiels Provos <provos@cvs.openbsd.org>1999-05-19 16:27:42 +0000
commit511e8ba8095d7ba91636cb2d5b216b58ca6f29f5 (patch)
tree375e842cced7dbf847c92217d00b4ece06058be5 /lib
parent1e9a8d90aa265facdeae75a9d1ac49d3a399f7be (diff)
document tcp.sack and tcp.mssdflt for sysctl
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/sysctl.39
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index a088a1ea59a..826f5b075f2 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.3,v 1.11 1998/06/15 17:55:00 mickey Exp $
+.\" $OpenBSD: sysctl.3,v 1.12 1999/05/19 16:27:41 provos Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -487,6 +487,8 @@ The currently defined protocols and names are:
.It tcp rfc1323 integer yes
.It tcp baddynamic array yes
.It tcp ident structure no
+.It tcp sack integer yes
+.It tcp mssdflt integer yes
.It udp checksum integer yes
.It udp baddynamic array yes
.El
@@ -521,6 +523,11 @@ specifying a local and foreign endpoint of a tcp socket
is filled in with the euid and ruid of the process that owns the socket.
If no such socket exists then the euid and ruid values are both
set to -1.
+.It Li tcp.sack
+Returns 1 if RFC2018 Selective Acknowledgements are enabled.
+.It Li tcp.mssdflt
+The maximum segement size that is used as default for non local
+connections.
.It Li udp.checksum
Returns 1 when UDP checksums are being computed and checked.
Disabling UDP checksums is strongly discouraged.