summaryrefslogtreecommitdiff
path: root/apps/nshlib/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-20 14:15:59 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-20 14:15:59 +0000
commit6303b09ef4ae94d342be569cc5d58ee0770d638a (patch)
tree0a06ecbba1c26a7f5d616cf3a782a4e502b71892 /apps/nshlib/Kconfig
parent915c0105267a9685d3fa1bc915dc08bbb5883d55 (diff)
downloadnuttx-6303b09ef4ae94d342be569cc5d58ee0770d638a.tar.gz
nuttx-6303b09ef4ae94d342be569cc5d58ee0770d638a.tar.bz2
nuttx-6303b09ef4ae94d342be569cc5d58ee0770d638a.zip
Ping/DNS fixes (part 2 of 2)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5236 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/nshlib/Kconfig')
-rw-r--r--apps/nshlib/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/nshlib/Kconfig b/apps/nshlib/Kconfig
index d12a32973..9bca6658c 100644
--- a/apps/nshlib/Kconfig
+++ b/apps/nshlib/Kconfig
@@ -520,3 +520,12 @@ config NSH_NOMAC
---help---
Set if your ethernet hardware has no built-in MAC address.
If set, a bogus MAC will be assigned.
+
+config NSH_MAX_ROUNDTRIP
+ int "Max Ping Round-Trip (DSEC)"
+ default 20
+ depends on NSH_LIBRARY && NET && !NSH_DISABLE_PING
+ ---help---
+ This is the maximum round trip for a response to a ICMP ECHO request.
+ It is in units of deciseconds. The default is 20 (2 seconds).
+