lwip: fix tcp stable test abort issue

1. Modify dhcp server timer to 1 seconds
2. Enable ETHARP_TRUST_IP_MAC

modify according to review
This commit is contained in:
Liu Zhi Fu
2017-04-19 16:18:07 +08:00
parent 29b32be97c
commit ab37f89f55
5 changed files with 22 additions and 4 deletions

View File

@@ -166,6 +166,7 @@ enum dhcps_offer_option{
OFFER_END
};
#define DHCPS_COARSE_TIMER_SECS 1
#define DHCPS_MAX_LEASE 0x64
#define DHCPS_LEASE_TIME_DEF (120)