mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-07 17:08:49 +00:00
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:
@@ -670,8 +670,7 @@ etharp_get_entry(u8_t i, ip4_addr_t **ipaddr, struct netif **netif, struct eth_a
|
||||
*
|
||||
* @see pbuf_free()
|
||||
*/
|
||||
static void
|
||||
etharp_ip_input(struct netif *netif, struct pbuf *p)
|
||||
void etharp_ip_input(struct netif *netif, struct pbuf *p)
|
||||
{
|
||||
struct eth_hdr *ethhdr;
|
||||
struct ip_hdr *iphdr;
|
||||
|
||||
Reference in New Issue
Block a user