From 5969fde964f63a425716b8147cfe5c854001b5ea Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 20 Oct 2012 21:42:19 +0000 Subject: [PATCH] Update documentation for recently added configuration options git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5241 42af7a65-404d-4744-a932-0658087f49c3 --- netutils/resolv/Kconfig | 6 +++--- nshlib/README.txt | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/netutils/resolv/Kconfig b/netutils/resolv/Kconfig index a8e79d6c1..07a0fd4bc 100644 --- a/netutils/resolv/Kconfig +++ b/netutils/resolv/Kconfig @@ -21,6 +21,6 @@ config NET_RESOLV_MAXRESPONSE default 96 depends on NETUTILS_RESOLV ---help--- - This setting determines the maximum size of DHCP response message that - can be received. The default is 96 but may need to be larger on enterprise - networks (perhaps 176). + This setting determines the maximum size of response message that can be + received by the DNS resolver. The default is 96 but may need to be larger on + enterprise networks (perhaps 176). diff --git a/nshlib/README.txt b/nshlib/README.txt index 0f6aee759..9f4a88e3e 100644 --- a/nshlib/README.txt +++ b/nshlib/README.txt @@ -1084,6 +1084,10 @@ NSH-Specific Configuration Settings Set if your ethernet hardware has no built-in MAC address. If set, a bogus MAC will be assigned. + * CONFIG_NSH_MAX_ROUNDTRIP + 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). + If you use DHCPC, then some special configuration network options are required. These include: