fixed bug #34682 Limit ARP request flood for unresolved entry

This commit is contained in:
Simon Goldschmidt
2014-02-22 21:23:06 +01:00
parent fc158ad5c0
commit 05a967564a
3 changed files with 21 additions and 14 deletions

View File

@@ -137,8 +137,8 @@ PACK_STRUCT_END
#define SIZEOF_ETHARP_PACKET_TX SIZEOF_ETHARP_PACKET
#endif /* ETHARP_SUPPORT_VLAN && defined(LWIP_HOOK_VLAN_SET) */
/** 5 seconds period */
#define ARP_TMR_INTERVAL 5000
/** 1 seconds period */
#define ARP_TMR_INTERVAL 1000
#define ETHTYPE_ARP 0x0806U
#define ETHTYPE_IP 0x0800U