summaryrefslogtreecommitdiffstats
path: root/ipv4ll.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-10-23 09:07:58 +0000
committerRoy Marples <roy@marples.name>2007-10-23 09:07:58 +0000
commit24878742f8265d99db282661c266119e9ee4300f (patch)
tree4aaf9fe26a761ebd094ddaf939779018458eae74 /ipv4ll.c
parent1b7dbb220432d9221a959fcddc0a806474d3b08f (diff)
downloaddhcpcd-24878742f8265d99db282661c266119e9ee4300f.tar.xz
Increase ipv4ll lease time to 20 seconds so we attempt a dhcp request every 10 seconds
Diffstat (limited to 'ipv4ll.c')
-rw-r--r--ipv4ll.c2
1 files changed, 1 insertions, 1 deletions
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;