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

declare default and max lease times

This commit is contained in:
Ted Lemon
1996-05-17 23:18:54 +00:00
parent 9375101b4a
commit 4a0d788a26
2 changed files with 6 additions and 0 deletions

View File

@@ -45,6 +45,9 @@
void do_a_packet (int);
void do_a_line (int);
TIME default_lease_time = 43200; /* 12 hours... */
TIME max_lease_time = 86400; /* 24 hours... */
TIME cur_time;
unsigned char packbuf [65536]; /* Should cover the gnarliest MTU... */

View File

@@ -45,6 +45,9 @@
void do_a_packet (int);
void do_a_line (int);
TIME default_lease_time = 43200; /* 12 hours... */
TIME max_lease_time = 86400; /* 24 hours... */
TIME cur_time;
unsigned char packbuf [65536]; /* Should cover the gnarliest MTU... */