mirror of
https://github.com/apache/nuttx.git
synced 2026-08-26 20:00:42 +00: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:
parent
f3ed2e36ec
commit
a2a2f2d003
1 changed files with 6 additions and 0 deletions
|
|
@ -600,6 +600,11 @@ CONFIG_NET_SOLINGER=y
|
|||
#
|
||||
# CONFIG_NET_PKT is not set
|
||||
|
||||
#
|
||||
# Unix Domain Socket Support
|
||||
#
|
||||
# CONFIG_NET_LOCAL is not set
|
||||
|
||||
#
|
||||
# TCP/IP Networking
|
||||
#
|
||||
|
|
@ -622,6 +627,7 @@ CONFIG_NET_UDP_CHECKSUMS=y
|
|||
CONFIG_NET_UDP_CONNS=8
|
||||
CONFIG_NET_BROADCAST=y
|
||||
# CONFIG_NET_RXAVAIL is not set
|
||||
# CONFIG_NET_UDP_READAHEAD is not set
|
||||
|
||||
#
|
||||
# ICMPv6 Networking Support
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue