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
This commit is contained in:
patacongo 2012-10-20 21:42:19 +00:00
parent fab9d222ad
commit 5969fde964
2 changed files with 7 additions and 3 deletions

View File

@ -21,6 +21,6 @@ config NET_RESOLV_MAXRESPONSE
default 96 default 96
depends on NETUTILS_RESOLV depends on NETUTILS_RESOLV
---help--- ---help---
This setting determines the maximum size of DHCP response message that This setting determines the maximum size of response message that can be
can be received. The default is 96 but may need to be larger on enterprise received by the DNS resolver. The default is 96 but may need to be larger on
networks (perhaps 176). enterprise networks (perhaps 176).

View File

@ -1084,6 +1084,10 @@ NSH-Specific Configuration Settings
Set if your ethernet hardware has no built-in MAC address. Set if your ethernet hardware has no built-in MAC address.
If set, a bogus MAC will be assigned. 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 If you use DHCPC, then some special configuration network options are
required. These include: required. These include: