incubator-nuttx/net/neighbor/Kconfig

15 lines
274 B
Plaintext

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