summaryrefslogtreecommitdiff
path: root/apps/netutils/resolv/Kconfig
blob: a8e79d6c1f9cd528db43b6fca0fc4c100a005619 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#

config NETUTILS_RESOLV
	bool "Name resolution"
	default n
	---help---
		Enable support for the name resolution.

config NET_RESOLV_ENTRIES
	int "Number of resolver entries"
	default 8
	depends on NETUTILS_RESOLV
	---help---
		Number of resolver entries.  Default: 8

config NET_RESOLV_MAXRESPONSE
	int "Max response size"
	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).