summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dhcp.c
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-02-19 11:15:01 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-02-19 11:15:01 +0000
commitf910d0f48e4541c342dd6c57332eee8a919c6ad5 (patch)
tree43d31abc695d88dcfad76fedb3176f125a91377b /mdk-stage1/dhcp.c
parent8710ac6325dbdf2b20d72aa9738b20cefecbd961 (diff)
downloaddrakx-f910d0f48e4541c342dd6c57332eee8a919c6ad5.tar
drakx-f910d0f48e4541c342dd6c57332eee8a919c6ad5.tar.gz
drakx-f910d0f48e4541c342dd6c57332eee8a919c6ad5.tar.bz2
drakx-f910d0f48e4541c342dd6c57332eee8a919c6ad5.tar.xz
drakx-f910d0f48e4541c342dd6c57332eee8a919c6ad5.zip
ARP_MAX_RETRIES: s/5/4
Diffstat (limited to 'mdk-stage1/dhcp.c')
-rw-r--r--mdk-stage1/dhcp.c2
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)