Restore 20Msec default

This commit is contained in:
Gregory Nutt 2015-02-02 14:59:49 -06:00
parent 88bcb98424
commit f019d11384
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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