mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 15:15:15 +08:00
Merge branch 'bugfix/fix_dhcp_rebind_error_proc_lost' into 'release/v3.3'
fix(lwip): fix DHCP rebind timeout has no process See merge request sdk/ESP8266_RTOS_SDK!1369
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