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:
parent
ea64d39e21
commit
1bc9a592c4
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user