diff options
author | 2016-06-03 02:38:37 +0000 | |
---|---|---|
committer | 2016-06-03 02:38:37 +0000 | |
commit | a0875335f43ec1fedfc4571219dec4def7ffec9a (patch) | |
tree | c39e8f8f3262d8fd06135b2848b8892b23bb6bb3 | |
parent | The networks I use are sufficiently fast that a 10 second "reboot" timeout (diff) | |
download | wireguard-openbsd-a0875335f43ec1fedfc4571219dec4def7ffec9a.tar.xz wireguard-openbsd-a0875335f43ec1fedfc4571219dec4def7ffec9a.zip |
update default value for reboot
-rw-r--r-- | sbin/dhclient/dhclient.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/dhclient/dhclient.conf.5 b/sbin/dhclient/dhclient.conf.5 index f60b109413d..c411613610d 100644 --- a/sbin/dhclient/dhclient.conf.5 +++ b/sbin/dhclient/dhclient.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dhclient.conf.5,v 1.31 2013/11/11 15:39:20 krw Exp $ +.\" $OpenBSD: dhclient.conf.5,v 1.32 2016/06/03 02:38:37 tedu Exp $ .\" .\" Copyright (c) 1997 The Internet Software Consortium. .\" All rights reserved. @@ -36,7 +36,7 @@ .\" see ``http://www.isc.org/isc''. To learn more about Vixie .\" Enterprises, see ``http://www.vix.com''. .\" -.Dd $Mdocdate: November 11 2013 $ +.Dd $Mdocdate: June 3 2016 $ .Dt DHCLIENT.CONF 5 .Os .Sh NAME @@ -139,7 +139,7 @@ The value of is also used to control how long a client will attempt unicast renewal requests before falling back to using broadcast requests. .Pp -By default, the reboot timeout is ten seconds. +By default, the reboot timeout is one second. .It Ic backoff-cutoff Ar time ; The client uses an exponential backoff algorithm with some randomness, so that if many clients try to configure themselves at the same time, |