mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 21:36:28 +08:00
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:
committed by
Xiang Xiao
parent
f830376ef2
commit
96f83bb03a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user