Increase ipv4ll lease time to 20 seconds so we attempt a dhcp request every 10 seconds

This commit is contained in:
Roy Marples 2007-10-23 09:07:58 +00:00
parent 1b7dbb2204
commit 24878742f8

View File

@ -32,7 +32,7 @@
#error IPV4LL requires ARP
#endif
#define IPV4LL_LEASETIME 10
#define IPV4LL_LEASETIME 20
int ipv4ll_get_address (interface_t *iface, dhcp_t *dhcp) {
struct in_addr addr;