mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-12-17 20:28:14 +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 {
|
} else {
|
||||||
dhcp_discover(netif);
|
dhcp_discover(netif);
|
||||||
}
|
}
|
||||||
|
} else if (dhcp->state == DHCP_STATE_REBINDING) {
|
||||||
|
dhcp->t2_rebind_time = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user