From 6ea04e19e733c78d2726b17eb05bdba5f210ee79 Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Tue, 30 May 2023 14:50:46 +0200 Subject: [PATCH 1/2] gnrc_sixlowpan_frag_sfr: fix reference in documentation --- sys/include/net/gnrc/sixlowpan/frag/sfr.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/include/net/gnrc/sixlowpan/frag/sfr.h b/sys/include/net/gnrc/sixlowpan/frag/sfr.h index d958f4721c..b78c47c997 100644 --- a/sys/include/net/gnrc/sixlowpan/frag/sfr.h +++ b/sys/include/net/gnrc/sixlowpan/frag/sfr.h @@ -12,8 +12,9 @@ * @brief 6LoWPAN selective fragment recovery implementation for GNRC * * 6LoWPAN selective fragment recovery is an alternative fragmentation - * specification to [classic 6LoWPAN fragmentation](@ref - * net_gnrc_sixlowpan_frag). It can be run in parallel to classic fragmentation, + * specification to + * [classic 6LoWPAN fragmentation](@ref net_gnrc_sixlowpan_frag). + * It can be run in parallel to classic fragmentation, * but is incompatible with its message formats. * * How nodes can exchange that they are able to communicate using selective From dc333463d8d3b89b461d6cbddcf75b17fbb927e3 Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Tue, 30 May 2023 14:51:07 +0200 Subject: [PATCH 2/2] gnrc_sixlowpan_frag_sfr: Mark feature as experimental --- sys/include/net/gnrc/sixlowpan/frag/sfr.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/include/net/gnrc/sixlowpan/frag/sfr.h b/sys/include/net/gnrc/sixlowpan/frag/sfr.h index b78c47c997..2f54c89715 100644 --- a/sys/include/net/gnrc/sixlowpan/frag/sfr.h +++ b/sys/include/net/gnrc/sixlowpan/frag/sfr.h @@ -23,6 +23,7 @@ * that network can communicate using selective fragment recovery. * * @see [RFC 8931](https://tools.ietf.org/html/rfc8931) + * @experimental * @{ * * @file