diff options
-rw-r--r-- | gdhcp/client.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdhcp/client.c b/gdhcp/client.c index 81fa4437..a7bd88a5 100644 --- a/gdhcp/client.c +++ b/gdhcp/client.c @@ -44,10 +44,10 @@ #include "common.h" #define DISCOVER_TIMEOUT 3 -#define DISCOVER_RETRIES 3 +#define DISCOVER_RETRIES 5 #define REQUEST_TIMEOUT 3 -#define REQUEST_RETRIES 3 +#define REQUEST_RETRIES 5 typedef enum _listen_mode { L_NONE, |