mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-04-05 03:37:43 +00:00
Increment DHCP retries to 5
This commit is contained in:
parent
d504a80485
commit
501964d61c
@ -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
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user