From 7427356e032d7ab484bcb7d0ce7a5e379f7fac62 Mon Sep 17 00:00:00 2001 From: Pavithra Palanisamy Date: Tue, 20 Feb 2018 19:03:28 +0530 Subject: [PATCH] ipq:Increase bootp timeout to support dhcp during stress Change-Id: I7df8387a096a417e6850694e2107f9260b7afe58 Signed-off-by: Pavithra Palanisamy --- net/bootp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)