diff options
author | Chad Loder <cloder@cvs.openbsd.org> | 2005-04-06 00:04:54 +0000 |
---|---|---|
committer | Chad Loder <cloder@cvs.openbsd.org> | 2005-04-06 00:04:54 +0000 |
commit | 6119f0701e2a8cb66ce05c15007eb7c8185c117b (patch) | |
tree | 27bdf3446ca83fe763e405469e411ac4138b10f8 /sbin/isakmpd | |
parent | 7ff58948a6c1fe17991536ac74a6200d008c3da3 (diff) |
Check-interval and DPD-check-interval are specified in seconds.
Diffstat (limited to 'sbin/isakmpd')
-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 |