Update documentation for recently added configuration options

git-svn-id: http://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 80c9bda900
commit 4de5307aa3
5 changed files with 70 additions and 3 deletions
+3 -3
View File
@@ -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).