diff --git a/net/bootp.c b/net/bootp.c index 8aeddb08ea..3e38600b1a 100644 --- a/net/bootp.c +++ b/net/bootp.c @@ -660,7 +660,7 @@ void bootp_reset(void) bootp_num_ids = 0; bootp_try = 0; bootp_start = get_timer(0); - bootp_timeout = 250; + bootp_timeout = 5000; } void bootp_request(void)