mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
ICMPv6: Adds basic logic to support verification that we have the IPv6 address in the Neighbor Table. This feature is important because otherwise the first packet sent to a remote peer will fail (it will be replaced with a Neighbor Solicitation).
This commit is contained in:
@@ -600,6 +600,11 @@ CONFIG_NET_SOLINGER=y
|
|||||||
#
|
#
|
||||||
# CONFIG_NET_PKT is not set
|
# CONFIG_NET_PKT is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# Unix Domain Socket Support
|
||||||
|
#
|
||||||
|
# CONFIG_NET_LOCAL is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# TCP/IP Networking
|
# TCP/IP Networking
|
||||||
#
|
#
|
||||||
@@ -622,6 +627,7 @@ CONFIG_NET_UDP_CHECKSUMS=y
|
|||||||
CONFIG_NET_UDP_CONNS=8
|
CONFIG_NET_UDP_CONNS=8
|
||||||
CONFIG_NET_BROADCAST=y
|
CONFIG_NET_BROADCAST=y
|
||||||
# CONFIG_NET_RXAVAIL is not set
|
# CONFIG_NET_RXAVAIL is not set
|
||||||
|
# CONFIG_NET_UDP_READAHEAD is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# ICMPv6 Networking Support
|
# ICMPv6 Networking Support
|
||||||
|
|||||||
Reference in New Issue
Block a user