summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2006-07-31 23:17:24 +0000
committerDavid Hankins <dhankins@isc.org>2006-07-31 23:17:24 +0000
commitb22de5005cb7358753d2cec5b396cfb733e3b088 (patch)
tree72f6f17e5c4784538dc97fd315125fe46f973bb3 /includes
parentb543fea9d425b507066d6d82e89a7787a0354eb1 (diff)
downloadisc-dhcp-b22de5005cb7358753d2cec5b396cfb733e3b088.tar.gz
- A new dhcp server option 'adaptive-lease-time-threshold' has been added
which causes the server to substantially reduce lease-times if there are few (configured percentage) remaining leases. Thanks to a patch submitted from Christof Chen. [ISC-Bugs #15409]
Diffstat (limited to 'includes')
-rw-r--r--includes/dhcpd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/dhcpd.h b/includes/dhcpd.h
index f63cd924..5d1bdabe 100644
--- a/includes/dhcpd.h
+++ b/includes/dhcpd.h
@@ -512,6 +512,7 @@ struct lease_state {
#define SV_RESERVE_INFINITE 47
#define SV_DDNS_CONFLICT_DETECT 48
#define SV_LEASEQUERY 49
+#define SV_ADAPTIVE_LEASE_TIME_THRESHOLD 50
#if !defined (DEFAULT_PING_TIMEOUT)
# define DEFAULT_PING_TIMEOUT 1