diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-08-25 14:45:33 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-08-25 14:45:33 +0000 |
commit | ec48ce018c8728f707a54f5fbac6bb3ddb5460ff (patch) | |
tree | cc282827db665dcf0a6c65e31f7941b658fd8266 /lib | |
parent | ad4305ebeb8307b0aece42a0ab756dbb3c16118c (diff) |
Sync with sysctl(8): net.inet.tcp.slowhz is not changeable; bk@rt.fm. Wow,
reported on 04/26/2000, I am a slacker.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 47c20547dba..7dd7eaf69ec 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.74 2001/08/18 03:32:16 art Exp $ +.\" $OpenBSD: sysctl.3,v 1.75 2001/08/25 14:45:32 aaron Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -673,7 +673,7 @@ The currently defined protocols and names are: .It tcp keepinittime integer yes .It tcp keepidle integer yes .It tcp keepintvl integer yes -.It tcp slowhz integer yes +.It tcp slowhz integer no .It tcp baddynamic array yes .It tcp recvspace integer yes .It tcp sendspace integer yes |