summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2007-05-10 08:56:08 +0000
committerjmc <jmc@openbsd.org>2007-05-10 08:56:08 +0000
commit40c1c55d3fba9f7b3380df4c53d1cefa5b49ce5f (patch)
treefccb430a96000c36fc462847beea24ebcb7aa08d
parentDo not crash when lists include the "any" keyword. Reported by (diff)
downloadwireguard-openbsd-40c1c55d3fba9f7b3380df4c53d1cefa5b49ce5f.tar.xz
wireguard-openbsd-40c1c55d3fba9f7b3380df4c53d1cefa5b49ce5f.zip
document net.inet.tcp.keepinittime;
spotted by Daniel Ouellet; help/ok claudio
-rw-r--r--lib/libc/gen/sysctl.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index c017c466cab..976ff53b60b 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.3,v 1.165 2007/02/21 05:55:21 jmc Exp $
+.\" $OpenBSD: sysctl.3,v 1.166 2007/05/10 08:56:08 jmc Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -1468,7 +1468,7 @@ has been set on a socket, then this value specifies how much time a
connection needs to be idle before keepalives are sent.
See also tcp.slowhz.
.It Li tcp.keepinittime
-Unused.
+Time to keep alive the initial SYN packet of a TCP handshake.
.It Li tcp.keepintvl
Time after a keepalive probe is sent until, in the absence of any response,
another probe is sent.