net: Enable CONFIG_NET_ARP_SEND by default

Enable logic to send ARP requests if the target IP address mapping
does not appear in the ARP table.

Please check the comment in https://github.com/apache/nuttx/issues/12446#issuecomment-2145856778
This commit is contained in:
Tiago Medicci Serrano
2024-06-04 15:24:30 -03:00
committed by Xiang Xiao
parent f830376ef2
commit 96f83bb03a
113 changed files with 1 additions and 113 deletions
@@ -38,7 +38,6 @@ CONFIG_NETINIT_THREAD=y
CONFIG_NETUTILS_TELNETD=y
CONFIG_NETUTILS_TFTPC=y
CONFIG_NETUTILS_WEBCLIENT=y
CONFIG_NET_ARP_SEND=y
CONFIG_NET_BROADCAST=y
CONFIG_NET_ICMP=y
CONFIG_NET_ICMP_SOCKET=y