diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-10 08:56:09 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-10 08:56:09 +0000 |
commit | 03f6e47717d8883b980447b7b22b74e99d27d1cf (patch) | |
tree | e2ae7739f03f9bf267c20eb4f1ce254a42ebde20 /lib | |
parent | 93f7b9832a7ee1e0ff5edbc133afdfdd3e38ad3d (diff) |
document net.inet.tcp.keepinittime;
spotted by Daniel Ouellet; help/ok claudio
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 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. |