1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc/network_layer/sixlowpan/frag
Marian Buschsieweke 7cfedbfb8a
sys/net/gnrc: fix logic bug in gnrc_tx_sync implementation
In case of an error, the tx sync packet snip could previously have been
released twice. This moves re-attaching the tx sync snip down after the
last `goto error` to avoid this.
2021-02-24 21:22:25 +01:00
..
fb gnrc_sixlowpan_frag: initial import of Selective Fragment Recovery 2020-12-14 13:00:36 +01:00
minfwd gnrc_sixlowpan_iphc/minfwd: put only IPHC dispatch in first fragment 2020-12-01 16:25:29 +01:00
rb gnrc_sixlowpan_frag: initial import of Selective Fragment Recovery 2020-12-14 13:00:36 +01:00
sfr gnrc_sixlowpan_frag_sfr: provide statistics sub-module 2020-12-14 13:00:37 +01:00
stats
vrb gnrc_sixlowpan_frag_vrb: add reverse look-up 2020-12-14 09:00:25 +01:00
gnrc_sixlowpan_frag.c sys/net/gnrc: fix logic bug in gnrc_tx_sync implementation 2021-02-24 21:22:25 +01:00
Kconfig gnrc_sixlowpan_frag: initial import of Selective Fragment Recovery 2020-12-14 13:00:36 +01:00
Makefile