1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/net/gnrc/network_layer
Martine Lenders 68fe6682ff 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.
2018-06-28 12:28:51 +02:00
..
icmpv6 gnrc_icmpv6_echo: fix ping for loopback 2018-01-31 15:46:52 +01:00
ipv6 Merge pull request #8823 from miri64/gnrc_ipv6_nib/feat/slaac 2018-06-21 14:10:36 +02:00
ndp gnrc_ndp: only send RAs when VALID address is found 2018-05-31 17:11:26 +02:00
sixlowpan gnrc_sixlowpan_frag: add current_size to exposed struct 2018-06-28 12:28:51 +02:00