diff options
author | 2005-04-06 00:04:53 +0000 | |
---|---|---|
committer | 2005-04-06 00:04:53 +0000 | |
commit | 1ab51479a9abfa8d843cac6bb9fc237e66131b59 (patch) | |
tree | 615219db38546c36070e232b61def7fad1ec9c26 | |
parent | Always print transport information correctly. (diff) | |
download | wireguard-openbsd-1ab51479a9abfa8d843cac6bb9fc237e66131b59.tar.xz wireguard-openbsd-1ab51479a9abfa8d843cac6bb9fc237e66131b59.zip |
Check-interval and DPD-check-interval are specified in seconds.
-rw-r--r-- | sbin/isakmpd/isakmpd.conf.5 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sbin/isakmpd/isakmpd.conf.5 b/sbin/isakmpd/isakmpd.conf.5 index cc7b480799b..668050b7dae 100644 --- a/sbin/isakmpd/isakmpd.conf.5 +++ b/sbin/isakmpd/isakmpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isakmpd.conf.5,v 1.98 2005/02/22 21:44:55 moritz Exp $ +.\" $OpenBSD: isakmpd.conf.5,v 1.99 2005/04/06 00:04:53 cloder Exp $ .\" $EOM: isakmpd.conf.5,v 1.57 2000/12/21 14:43:17 ho Exp $ .\" .\" Copyright (c) 1998, 1999, 2000 Niklas Hallqvist. All rights reserved. @@ -171,9 +171,10 @@ Thus only takes care of the SA establishment. .It Em Check-interval The interval between watchdog checks of connections we want up at all -times. +times, in seconds. +The default value is 60 seconds. .It Em DPD-check-interval -The interval between RFC 3706 (Dead Peer Detection) messages. +The interval between RFC 3706 (Dead Peer Detection) messages, in seconds. The default value is 0 (zero), which means DPD is disabled. .It Em Exchange-max-time How many seconds should an exchange maximally take to set up before we |