]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Changed the default timeout to 20 seconds, allowing hme Sparc drivers to work.
authorRoy Marples <roy@marples.name>
Fri, 1 Dec 2006 20:08:33 +0000 (20:08 +0000)
committerRoy Marples <roy@marples.name>
Fri, 1 Dec 2006 20:08:33 +0000 (20:08 +0000)
ChangeLog
dhcpcd.8
dhcpcd.h

index dbfa1edd94f89884f10260ae4e3e705e3c1b26a7..2704d6804d77773364e9bcd5b6fc88b26874f514 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+Changed the default timeout to 20 seconds, allowing hme Sparc drivers to work.
 Set the rfds correctly so we can get a reply after re-sending a request.
 Set the seconds elasped and maximum message size correctly in DHCP messages.
 Now compiles on Linux 2.4 kernels. 
index 7bdf97539b3939b124117efdeeb196e9fd5a8bde..7ace8b20e6d4c0d84b358ed7df3c8d15938c5cff 100644 (file)
--- a/dhcpcd.8
+++ b/dhcpcd.8
@@ -153,7 +153,7 @@ IP address.
 .BI \-t \ timeout
 Specifies (in seconds ) for how long
 .B dhcpcd
-will try to get an IP address. The default is 10 seconds.
+will try to get an IP address. The default is 20 seconds.
 .B dhcpcd
 will not fork into background until it gets a valid IP address
 in which case dhcpcd will return 0 to the parent process.
index 6c340aebc2390e8ccd2fee63f921392c0036593e..907e9d2db61789d669510b6f87c88c3f629c9463 100644 (file)
--- a/dhcpcd.h
+++ b/dhcpcd.h
@@ -29,7 +29,7 @@
 
 #include "common.h"
 
-#define DEFAULT_TIMEOUT                10
+#define DEFAULT_TIMEOUT                20
 // #define DEFAULT_LEASETIME   0xffffffff      /* infinite lease time */
 #define DEFAULT_LEASETIME      3600            /* 1 hour */