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
Yonezawa-T2 31fa3404ca rbuf: does not remove oldest entry if we have entry for current fragment
If all rbuf slots are in use, `_rbuf_gc` removes the oldest entry even if the
entry for the current fragment exists. This effectively decreases usable slots
by one. This patch makes `_rbuf_gc` removes the oldest entry only if there is
no entry for the current fragment.
2016-03-03 11:19:48 +09:00
..
gnrc_sixlowpan_frag.c gnrc_sixlowpan_frag: msg based fragmentation 2015-12-07 17:49:02 +01:00
Makefile gnrc: make all gnrc modules sub-modules of gnrc 2015-08-18 23:00:07 +02:00
rbuf.c rbuf: does not remove oldest entry if we have entry for current fragment 2016-03-03 11:19:48 +09:00
rbuf.h rbuf: change arrival time unit from seconds to microseconds 2016-02-16 17:22:25 +09:00