1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-10-18 07:24:16 +00:00

Increment DHCP retries to 5

This commit is contained in:
dschmenk 2015-11-08 14:39:55 -08:00
parent d504a80485
commit 501964d61c
2 changed files with 1 additions and 1 deletions

BIN
HTTPD.PO

Binary file not shown.

View File

@ -239,7 +239,7 @@ portDHCP = iNet:openUDP(DHCP_CLIENT_PORT, @recvDHCP, 0)
//
// Service IP
//
while retry < 3 and stateDHCP <> DHCP_ACK
while retry < 5 and stateDHCP <> DHCP_ACK
//
// Broadcast DHCP DISCOVER message
//