LOG_D("DHCP countdown to lease renewal [%dH: %dMin], retry time[%04d]",hour,min,dhcp_times); 730- wiz_dhcp_retry_times=dhcp_times; 734+ wiz_dhcp_retry_times=WIZ_DHCP_WORK_RETRY*20; 731735 return; 732736 } 733737 caseDHCP_STOPPED: ...
Halfway through the lease time, it will try to renew the lease so the IP address can be retained. This is done so that your connections or any task you’re performing are not interrupted at an inconvenient time, for instance, when you’re downloading a file. If the renewal fails, the ...