mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-07 12:55:57 +00:00
Minor fix (comment is not at the good place)
This commit is contained in:
parent
6336279ce0
commit
5f7831b3c8
@ -54,12 +54,12 @@ struct dhcp
|
|||||||
u32_t offered_t0_lease; /* lease period (in seconds) */
|
u32_t offered_t0_lease; /* lease period (in seconds) */
|
||||||
u32_t offered_t1_renew; /* recommended renew time (usually 50% of lease period) */
|
u32_t offered_t1_renew; /* recommended renew time (usually 50% of lease period) */
|
||||||
u32_t offered_t2_rebind; /* recommended rebind time (usually 66% of lease period) */
|
u32_t offered_t2_rebind; /* recommended rebind time (usually 66% of lease period) */
|
||||||
/** Patch #1308
|
|
||||||
* TODO: See dhcp.c "TODO"s
|
|
||||||
*/
|
|
||||||
#if LWIP_DHCP_AUTOIP_COOP
|
#if LWIP_DHCP_AUTOIP_COOP
|
||||||
u8_t autoip_coop_state;
|
u8_t autoip_coop_state;
|
||||||
#endif
|
#endif
|
||||||
|
/** Patch #1308
|
||||||
|
* TODO: See dhcp.c "TODO"s
|
||||||
|
*/
|
||||||
#if 0
|
#if 0
|
||||||
struct ip_addr offered_si_addr;
|
struct ip_addr offered_si_addr;
|
||||||
u8_t *boot_file_name;
|
u8_t *boot_file_name;
|
||||||
|
Loading…
Reference in New Issue
Block a user