1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2026-04-20 01:16:36 +00:00

Add time increment to DHCP discover packets

This commit is contained in:
dschmenk
2015-11-08 14:33:27 -08:00
parent 5ba40897a6
commit d504a80485
2 changed files with 1 additions and 0 deletions
BIN
View File
Binary file not shown.
+1
View File
@@ -250,6 +250,7 @@ while retry < 3 and stateDHCP <> DHCP_ACK
break
fin
next
DHCP.dhcp_secs.1 = DHCP.dhcp_secs.1 + 1
retry = retry + 1
loop
iNet:closeUDP(portDHCP)