summaryrefslogtreecommitdiff
path: root/nuttx/net
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-02 14:09:06 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-02 14:09:06 -0600
commit85290b2553b5be946cf200f081bfd4952bec9600 (patch)
tree58689a0db68ff18f2e8b5eeeb91285d59f284ad0 /nuttx/net
parent4371f4c44b779abd4a00d5b8c30aa9b7049f2267 (diff)
downloadnuttx-85290b2553b5be946cf200f081bfd4952bec9600.tar.gz
nuttx-85290b2553b5be946cf200f081bfd4952bec9600.tar.bz2
nuttx-85290b2553b5be946cf200f081bfd4952bec9600.zip
Auto neighbor solicitation is no longer EXPERIMENTAL and is the default for the DK-TM4C129X/ipv6 configuration
Diffstat (limited to 'nuttx/net')
-rw-r--r--nuttx/net/icmpv6/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/nuttx/net/icmpv6/Kconfig b/nuttx/net/icmpv6/Kconfig
index f361c75b0..d1a30df56 100644
--- a/nuttx/net/icmpv6/Kconfig
+++ b/nuttx/net/icmpv6/Kconfig
@@ -26,7 +26,6 @@ config NET_ICMPv6_PING
config NET_ICMPv6_NEIGHBOR
bool "Solicit destination addresses"
default n
- depends on EXPERIMENTAL
---help---
Enable logic to send ICMPv6 neighbor solicitation requests if
the target IPv6 address mapping does not appear in the Neighbor
@@ -43,7 +42,7 @@ config ICMPv6_NEIGHBOR_MAXTRIES
config ICMPv6_NEIGHBOR_DELAYMSEC
int "ICMPv6 re-solicit delay"
- default 20
+ default 100
---help---
Wait this number of milliseconds after sending the Neighbor
Solicitation before checking if the IPv6 address mapping is present