diff options
Diffstat (limited to 'gdhcp')
-rw-r--r-- | gdhcp/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdhcp/client.c b/gdhcp/client.c index e3ae0dbb..5c5b4263 100644 --- a/gdhcp/client.c +++ b/gdhcp/client.c @@ -43,7 +43,7 @@ #include "common.h" #define DISCOVER_TIMEOUT 3 -#define DISCOVER_RETRIES 5 +#define DISCOVER_RETRIES 10 #define REQUEST_TIMEOUT 3 #define REQUEST_RETRIES 5 |