Skip to content
Snippets Groups Projects
Commit 0784b9a8 authored by Sebastian Meiling's avatar Sebastian Meiling
Browse files

gnrc_rpl: add explanatory links to RFC sections

parent 4ae10762
No related branches found
No related tags found
No related merge requests found
...@@ -284,6 +284,9 @@ static inline bool GNRC_RPL_COUNTER_GREATER_THAN(uint8_t A, uint8_t B) ...@@ -284,6 +284,9 @@ static inline bool GNRC_RPL_COUNTER_GREATER_THAN(uint8_t A, uint8_t B)
/** /**
* @name Default parent and route entry lifetime * @name Default parent and route entry lifetime
* default lifetime will be multiplied by the lifetime unit to obtain the resulting lifetime * default lifetime will be multiplied by the lifetime unit to obtain the resulting lifetime
* @see <a href="https://tools.ietf.org/html/rfc6550#section-6.7.6">
DODAG Configuration
</a>
* @{ * @{
*/ */
#ifndef GNRC_RPL_DEFAULT_LIFETIME #ifndef GNRC_RPL_DEFAULT_LIFETIME
...@@ -318,6 +321,9 @@ static inline bool GNRC_RPL_COUNTER_GREATER_THAN(uint8_t A, uint8_t B) ...@@ -318,6 +321,9 @@ static inline bool GNRC_RPL_COUNTER_GREATER_THAN(uint8_t A, uint8_t B)
/** /**
* @name Parameters used for DAO handling * @name Parameters used for DAO handling
* @see <a href="https://tools.ietf.org/html/rfc6550#section-17">
RPL Constants and Variables
</a>
* @{ * @{
*/ */
#ifndef GNRC_RPL_DAO_SEND_RETRIES #ifndef GNRC_RPL_DAO_SEND_RETRIES
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment