mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Restore 20Msec default
This commit is contained in:
@@ -636,7 +636,7 @@ CONFIG_NET_ICMPv6=y
|
||||
CONFIG_NET_ICMPv6_PING=y
|
||||
CONFIG_NET_ICMPv6_NEIGHBOR=y
|
||||
CONFIG_ICMPv6_NEIGHBOR_MAXTRIES=5
|
||||
CONFIG_ICMPv6_NEIGHBOR_DELAYMSEC=100
|
||||
CONFIG_ICMPv6_NEIGHBOR_DELAYMSEC=20
|
||||
|
||||
#
|
||||
# IGMPv2 Client Support
|
||||
|
||||
+1
-1
@@ -42,7 +42,7 @@ config ICMPv6_NEIGHBOR_MAXTRIES
|
||||
|
||||
config ICMPv6_NEIGHBOR_DELAYMSEC
|
||||
int "ICMPv6 re-solicit delay"
|
||||
default 100
|
||||
default 20
|
||||
---help---
|
||||
Wait this number of milliseconds after sending the Neighbor
|
||||
Solicitation before checking if the IPv6 address mapping is present
|
||||
|
||||
Reference in New Issue
Block a user