2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-09-04 00:05:30 +00:00

Update backoff-cutoff description to match the code.

This commit is contained in:
Shawn Routhier
2012-01-24 22:21:04 +00:00
parent e072c68fa9
commit c4fd2ea1d1

View File

@@ -1,4 +1,4 @@
.\" $Id: dhclient.conf.5,v 1.32 2011/04/21 13:24:24 tomasz Exp $ .\" $Id: dhclient.conf.5,v 1.33 2012/01/24 22:21:04 sar Exp $
.\" .\"
.\" Copyright (c) 2009-2011 by Internet Systems Consortium, Inc. ("ISC") .\" Copyright (c) 2009-2011 by Internet Systems Consortium, Inc. ("ISC")
.\" Copyright (c) 2004,2007 by Internet Systems Consortium, Inc. ("ISC") .\" Copyright (c) 2004,2007 by Internet Systems Consortium, Inc. ("ISC")
@@ -147,7 +147,8 @@ they will not make their requests in lockstep. The
.I backoff-cutoff .I backoff-cutoff
statement determines the maximum amount of time that the client is statement determines the maximum amount of time that the client is
allowed to back off, the actual value will be evaluated randomly between allowed to back off, the actual value will be evaluated randomly between
1/2 to 1 1/2 times the \fItime\fR specified. It defaults to two minutes. 1/2 to 1 1/2 times the \fItime\fR specified. It defaults to fifteen
seconds.
.PP .PP
.I The .I The
.B initial-interval .B initial-interval