1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 22:43:50 +01:00

gnrc_netif: improve doc on GNRC_NETIF_IPV6_ADDRS_NUMOF

This commit is contained in:
Martine Lenders 2018-05-29 15:50:48 +02:00 committed by Martine Lenders
parent ea64d39e21
commit 1bc9a592c4

View File

@ -70,6 +70,10 @@ extern "C" {
/**
* @brief Maximum number of unicast and anycast addresses per interface
*
* @note If you change this, please make sure that
* @ref GNRC_NETIF_IPV6_GROUPS_NUMOF is also large enough to fit the
* addresses' solicited nodes multicast addresses.
*
* Default: 2 (link-local + corresponding global address)
*/
#ifndef GNRC_NETIF_IPV6_ADDRS_NUMOF