-
- Downloads
gnrc_sixlowpan_frag: add current_size to exposed struct
Since IPHC also manipulates the total number of bytes of a received datagram (by decompressing it), this also needs to be exposed. I guess I was too focused on introducing a *generic* packet buffer for a future virtual reassembly buffer (where it isn't needed, but so isn't `pkt` to be honest), that I totally forgot about it in #9352.
Showing
- sys/include/net/gnrc/sixlowpan/frag.h 4 additions, 0 deletionssys/include/net/gnrc/sixlowpan/frag.h
- sys/net/gnrc/network_layer/sixlowpan/frag/rbuf.c 3 additions, 3 deletionssys/net/gnrc/network_layer/sixlowpan/frag/rbuf.c
- sys/net/gnrc/network_layer/sixlowpan/frag/rbuf.h 0 additions, 1 deletionsys/net/gnrc/network_layer/sixlowpan/frag/rbuf.h
Loading
Please register or sign in to comment