diff options
| author | Roy Marples <roy@marples.name> | 2007-10-23 09:07:58 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2007-10-23 09:07:58 +0000 |
| commit | 24878742f8265d99db282661c266119e9ee4300f (patch) | |
| tree | 4aaf9fe26a761ebd094ddaf939779018458eae74 /ipv4ll.c | |
| parent | 1b7dbb220432d9221a959fcddc0a806474d3b08f (diff) | |
| download | dhcpcd-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
