From: Roy Marples Date: Tue, 23 Oct 2007 09:07:58 +0000 (+0000) Subject: Increase ipv4ll lease time to 20 seconds so we attempt a dhcp request every 10 seconds X-Git-Tag: v3.2.3~171 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24878742f8265d99db282661c266119e9ee4300f;p=thirdparty%2Fdhcpcd.git Increase ipv4ll lease time to 20 seconds so we attempt a dhcp request every 10 seconds --- diff --git a/ipv4ll.c b/ipv4ll.c index e56e13f7..ee455019 100644 --- a/ipv4ll.c +++ b/ipv4ll.c @@ -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;