incubator-nuttx/net/neighbor/Kconfig

15 lines
246 B
Plaintext
Raw Normal View History

#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#
if NET_IPv6
config NET_IPv6_NCONF_ENTRIES
int "Number of IPv6 neighbors"
default 8
#config NET_IPv6_NEIGHBOR_ADDRTYPE
endif # NET_IPv6