+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.
.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.
#include "common.h"
-#define DEFAULT_TIMEOUT 10
+#define DEFAULT_TIMEOUT 20
// #define DEFAULT_LEASETIME 0xffffffff /* infinite lease time */
#define DEFAULT_LEASETIME 3600 /* 1 hour */