changeset 8:62a033e6d41d draft

Changed the default timeout to 20 seconds, allowing hme Sparc drivers to work.
author Roy Marples <roy@marples.name>
date Fri, 01 Dec 2006 20:08:33 +0000
parents 57e17fb9cc78
children 35e4fcebda6b
files ChangeLog dhcpcd.8 dhcpcd.h
diffstat 3 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Dec 01 16:22:15 2006 +0000
+++ b/ChangeLog	Fri Dec 01 20:08:33 2006 +0000
@@ -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. 
--- a/dhcpcd.8	Fri Dec 01 16:22:15 2006 +0000
+++ b/dhcpcd.8	Fri Dec 01 20:08:33 2006 +0000
@@ -153,7 +153,7 @@
 .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.
--- a/dhcpcd.h	Fri Dec 01 16:22:15 2006 +0000
+++ b/dhcpcd.h	Fri Dec 01 20:08:33 2006 +0000
@@ -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 */