diff options
author | 2011-07-07 13:23:46 +0000 | |
---|---|---|
committer | 2011-07-07 13:23:46 +0000 | |
commit | 6adb4795211a7ec1ec86a40d1174925f530e30e1 (patch) | |
tree | 32abce0e9118483094a501c512849287b27451c3 /lib/libc | |
parent | When context switching, if the 'new' thread is the same as the 'old' (diff) | |
download | wireguard-openbsd-6adb4795211a7ec1ec86a40d1174925f530e30e1.tar.xz wireguard-openbsd-6adb4795211a7ec1ec86a40d1174925f530e30e1.zip |
add tcp.always_keepalive;
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index fd04ac0dbfc..e38835aa08b 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.204 2011/07/06 23:44:20 sthen Exp $ +.\" $OpenBSD: sysctl.3,v 1.205 2011/07/07 13:23:46 jmc 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: July 6 2011 $ +.Dd $Mdocdate: July 7 2011 $ .Dt SYSCTL 3 .Os .Sh NAME @@ -1211,6 +1211,7 @@ The currently defined protocols and names are: .It ipip allow integer yes .It mobileip allow integer yes .It tcp ackonpush integer yes +.It tcp always_keepalive integer yes .It tcp baddynamic array yes .It tcp ecn integer yes .It tcp ident structure no |