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
@ -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…
Reference in New Issue
Block a user