dhcp: increase timeout counts to wait long enoguh for STP forward

This commit is contained in:
Alexander Couzens 2015-05-19 16:18:44 +02:00
parent 36f05d569d
commit 6ae76c3541
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
#define TIMEOUT 5 /* Seconds before trying BOOTP again */
#ifndef CONFIG_NET_RETRY_COUNT
# define TIMEOUT_COUNT 5 /* # of timeouts before giving up */
# define TIMEOUT_COUNT 31 /* # of timeouts before giving up */
#else
# define TIMEOUT_COUNT (CONFIG_NET_RETRY_COUNT)
#endif