dhcpserver: Add expiry, DHCPNAK packets

This commit is contained in:
Angus Gratton 2015-08-24 16:13:24 +10:00
parent 4c98f575e7
commit 9fc223b3c2
2 changed files with 47 additions and 2 deletions

View file

@ -18,7 +18,7 @@
#endif
#ifndef DHCPSERVER_LEASE_TIME
#define DHCPSERVER_LEASE_TIME 30
#define DHCPSERVER_LEASE_TIME 3600
#endif
/* Start DHCP server.