nuttx/net/devif
wenquan1 5b52ab13c8 net/arp: support queue iob when arp_out failed
arp_out will replace the dev->d_iob to arp request if the iob destination
address is not exist in arp table, this mechanism cause this iob lost
result in first received ping no response or first synack retransmit.
to fix this bug, we queue the iob if arp_out failed, allocate a new
iob to send arp request, after the arp request completed, then we retry
send the queue iob packet.

Signed-off-by: wenquan1 <wenquan1@xiaomi.com>
2026-01-01 17:03:29 +08:00
..
CMakeLists.txt net/net_initialize: remove the empty functions that are not needed 2025-12-25 09:50:40 +08:00
devif.h net/tcp: replace TCP_CLOSE with TCP_ABORT 2025-12-29 19:22:23 +08:00
devif_callback.c net/devif: fix poll issue when ifdown 2025-12-29 19:18:55 +08:00
devif_filesend.c fix misspelled names in locally scoped code 2025-05-15 10:12:12 +08:00
devif_forward.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
devif_iobsend.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
devif_loopback.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
devif_poll.c net/arp: support queue iob when arp_out failed 2026-01-01 17:03:29 +08:00
devif_send.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
ipv4_input.c net/ipv4: Drop ipv4 packet total length bigger than the actual transmitted data 2026-01-01 16:55:52 +08:00
ipv6_input.c net/ipv6: Drop IP packet shorter than length in IP header 2025-12-30 11:28:38 +08:00
Make.defs net/net_initialize: remove the empty functions that are not needed 2025-12-25 09:50:40 +08:00