ipq:Increase bootp timeout to support dhcp during stress

Change-Id: I7df8387a096a417e6850694e2107f9260b7afe58
Signed-off-by: Pavithra Palanisamy <pavip@codeaurora.org>
This commit is contained in:
Pavithra Palanisamy 2018-02-20 19:03:28 +05:30
parent e703375fa3
commit 7427356e03

View file

@ -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)