diff options
| author | Roy Marples <roy@marples.name> | 2008-06-07 00:10:15 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-06-07 00:10:15 +0000 |
| commit | fedb3da0be34b47246d663e6ff55a7e0937515c0 (patch) | |
| tree | 73727e6212426f5ff9c4e694b3307b061f348918 /dhcpcd.h | |
| parent | cb5148cebd2c57f25fddf78c55a5c35f78bbada0 (diff) | |
| download | dhcpcd-fedb3da0be34b47246d663e6ff55a7e0937515c0.tar.xz | |
Increase the default timeout to 30 seconds to allow 3 RFC conformant re-transmissions + 2 seconds grace.
Diffstat (limited to 'dhcpcd.h')
| -rw-r--r-- | dhcpcd.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ #include "common.h" -#define DEFAULT_TIMEOUT 20 +#define DEFAULT_TIMEOUT 30 #define DEFAULT_LEASETIME 3600 /* 1 hour */ #define CLASS_ID_MAX_LEN 48 |
