mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-03 21:14:40 +08:00
Patch #1308. Disabled, as one issue in dhcp.c (file field overloading) needs fix.
This commit is contained in:
parent
6e9c995fc8
commit
b031be753a
@ -46,6 +46,13 @@ 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 0
|
||||||
|
struct ip_addr offered_si_addr;
|
||||||
|
u8_t *boot_file_name;
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
/* MUST be compiled with "pack structs" or equivalent! */
|
/* MUST be compiled with "pack structs" or equivalent! */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user