1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-01-24 05:33:50 +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
HTTPD.PO

Binary file not shown.

View File

@ -250,6 +250,7 @@ while retry < 3 and stateDHCP <> DHCP_ACK
break break
fin fin
next next
DHCP.dhcp_secs.1 = DHCP.dhcp_secs.1 + 1
retry = retry + 1 retry = retry + 1
loop loop
iNet:closeUDP(portDHCP) iNet:closeUDP(portDHCP)