1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/net/gnrc/network_layer/sixlowpan/nd/Kconfig
2024-03-27 10:28:12 +01:00

20 lines
684 B
Plaintext

# Copyright (c) 2020 HAW Hamburg
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
menu "GNRC 6LoWPAN Neighbor Discovery"
depends on USEMODULE_GNRC_SIXLOWPAN_ND
config GNRC_SIXLOWPAN_ND_AR_LTIME
int "Registration lifetime for the address registration option in minutes"
depends on USEMODULE_GNRC_IPV6_NIB
default 15
help
This value should be adapted to the devices power-lifecycle so that it is
greater than the time the device spends sleeping. See RFC 6775, section
5.8.1.
endmenu # GNRC 6LoWPAN Neighbor Discovery