xiaoxiang781216 commented on code in PR #16684: URL: https://github.com/apache/nuttx/pull/16684#discussion_r2190460411
########## net/arp/arp_out.c: ########## @@ -262,7 +262,7 @@ void arp_out(FAR struct net_driver_s *dev) /* Check if we already have this destination address in the ARP table */ - ret = arp_find(ipaddr, ethaddr.ether_addr_octet, dev); + ret = arp_find(ipaddr, ethaddr.ether_addr_octet, dev, false); Review Comment: but when we discard the stale entry and issue arp request again? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org