/[lwip]/lwip/src/include/lwip/dhcp.h
ViewVC logotype

Diff of /lwip/src/include/lwip/dhcp.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by likewise, Mon Mar 31 10:32:36 2003 UTC revision 1.13 by likewise, Thu May 1 09:03:20 2003 UTC
# Line 46  struct dhcp Line 46  struct dhcp
46    u32_t offered_t0_lease; /* lease period (in seconds) */    u32_t offered_t0_lease; /* lease period (in seconds) */
47    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) */
48    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)     */
49    /** Patch #1308
50     *      TODO: See dhcp.c "TODO"s
51     */
52    #if 0
53      struct ip_addr offered_si_addr;
54      u8_t *boot_file_name;
55    #endif
56  };  };
57    
58  /* MUST be compiled with "pack structs" or equivalent! */  /* MUST be compiled with "pack structs" or equivalent! */

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26