]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Increase ipv4ll lease time to 20 seconds so we attempt a dhcp request every 10 seconds
authorRoy Marples <roy@marples.name>
Tue, 23 Oct 2007 09:07:58 +0000 (09:07 +0000)
committerRoy Marples <roy@marples.name>
Tue, 23 Oct 2007 09:07:58 +0000 (09:07 +0000)
ipv4ll.c

index e56e13f78480b9965307bf10c8d4ac7cb4f46ea8..ee455019590a851e1f74cad82cf759989b1e8360 100644 (file)
--- a/ipv4ll.c
+++ b/ipv4ll.c
@@ -32,7 +32,7 @@
 #error IPV4LL requires ARP
 #endif
 
-#define IPV4LL_LEASETIME 1
+#define IPV4LL_LEASETIME 2
 
 int ipv4ll_get_address (interface_t *iface, dhcp_t *dhcp) {
        struct in_addr addr;