summaryrefslogtreecommitdiffstats
path: root/dhcpcd.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-06-07 00:10:15 +0000
committerRoy Marples <roy@marples.name>2008-06-07 00:10:15 +0000
commitfedb3da0be34b47246d663e6ff55a7e0937515c0 (patch)
tree73727e6212426f5ff9c4e694b3307b061f348918 /dhcpcd.h
parentcb5148cebd2c57f25fddf78c55a5c35f78bbada0 (diff)
downloaddhcpcd-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpcd.h b/dhcpcd.h
index 76fe30bd..bbdd2207 100644
--- a/dhcpcd.h
+++ b/dhcpcd.h
@@ -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