From f910d0f48e4541c342dd6c57332eee8a919c6ad5 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 19 Feb 2001 11:15:01 +0000 Subject: ARP_MAX_RETRIES: s/5/4 --- mdk-stage1/dhcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/dhcp.c') 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) -- cgit v1.2.1