diff options
-rw-r--r-- | mdk-stage1/dhcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/dhcp.c b/mdk-stage1/dhcp.c index 049a0ebdf..616d60f20 100644 --- a/mdk-stage1/dhcp.c +++ b/mdk-stage1/dhcp.c @@ -329,7 +329,7 @@ currticks (void) #define BACKOFF_LIMIT 7 #define TICKS_PER_SEC 18 -#define MAX_ARP_RETRIES 5 +#define MAX_ARP_RETRIES 4 void rfc951_sleep (int exp) |