Re: [PR] net/arp: avoid unnecessary ARP requests [nuttx]

2025-07-08 Thread via GitHub
acassis merged PR #16684: URL: https://github.com/apache/nuttx/pull/16684 -- 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.apac

Re: [PR] net/arp: avoid unnecessary ARP requests [nuttx]

2025-07-07 Thread via GitHub
nuttxs commented on code in PR #16684: URL: https://github.com/apache/nuttx/pull/16684#discussion_r2191592394 ## 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 */ -

Re: [PR] net/arp: avoid unnecessary ARP requests [nuttx]

2025-07-07 Thread via GitHub
nuttxs commented on code in PR #16684: URL: https://github.com/apache/nuttx/pull/16684#discussion_r2191592394 ## 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 */ -

Re: [PR] net/arp: avoid unnecessary ARP requests [nuttx]

2025-07-07 Thread via GitHub
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 tab

Re: [PR] net/arp: avoid unnecessary ARP requests [nuttx]

2025-07-07 Thread via GitHub
fdcavalcanti commented on PR #16684: URL: https://github.com/apache/nuttx/pull/16684#issuecomment-3044567299 I've been battling with this IPERF issue for some time, but never noticed anything ARP related on Wireshark. Looks good and I'll be testing this as well. -- This is an automated

[PR] net/arp: avoid unnecessary ARP requests [nuttx]

2025-07-07 Thread via GitHub
nuttxs opened a new pull request, #16684: URL: https://github.com/apache/nuttx/pull/16684 ## Summary The ARP implementation overly strict expiration check mechanism. When an ARP entry expires, data packets are immediately discarded, causing TCP connections to pause and wait for ARP to re