Skip to content
Snippets Groups Projects
Commit 1bc9a592 authored by Martine Lenders's avatar Martine Lenders Committed by Martine Lenders
Browse files

gnrc_netif: improve doc on GNRC_NETIF_IPV6_ADDRS_NUMOF

parent ea64d39e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment