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:
parent
fab9d222ad
commit
5969fde964
@ -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).
|
||||
|
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user