-
- Downloads
gnrc_sixlowpan_frag: adapt for #8511
This refactors the `gnrc_sixlowpan_frag` module for the API proposed in #8511. The `ctx` for `gnrc_sixlowpan_frag_send()` is required to be a `gnrc_sixlowpan_msg_frag_t` object, so IPHC can later on use it to provide the *original* datagram size (otherwise, we would need to adapt the API just for that, which seems to me as convoluted as this proposal). I also provide an expose function with a future possibility to provide more than just one `gnrc_sixlowpan_msg_frag_t` object later on (plus having cleaner module separation in general).
Showing
- sys/include/net/gnrc/sixlowpan/frag.h 27 additions, 8 deletionssys/include/net/gnrc/sixlowpan/frag.h
- sys/net/gnrc/network_layer/sixlowpan/frag/gnrc_sixlowpan_frag.c 18 additions, 2 deletions...t/gnrc/network_layer/sixlowpan/frag/gnrc_sixlowpan_frag.c
- sys/net/gnrc/network_layer/sixlowpan/gnrc_sixlowpan.c 14 additions, 21 deletionssys/net/gnrc/network_layer/sixlowpan/gnrc_sixlowpan.c
Please register or sign in to comment