mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-12-15 18:31:09 +08:00
fix(lwip): fix DHCP rebind timeout has no process
This commit is contained in:
@@ -518,6 +518,8 @@ dhcp_timeout(struct netif *netif)
|
||||
} else {
|
||||
dhcp_discover(netif);
|
||||
}
|
||||
} else if (dhcp->state == DHCP_STATE_REBINDING) {
|
||||
dhcp->t2_rebind_time = 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user