DHCPC logic changes - should now handle case with multiple DHCP servers

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@446 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2007-12-11 22:07:18 +00:00
parent 0800757e00
commit 8027ff2a0e
3 changed files with 195 additions and 82 deletions
+1 -1
View File
@@ -55,7 +55,7 @@
struct dhcpc_state
{
uint16 lease_time[2];
uint8 serverid[4];
struct in_addr serverid;
struct in_addr ipaddr;
struct in_addr netmask;
struct in_addr dnsaddr;