1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc
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
..
application_layer Merge pull request #4784 from authmillenon/gnrc_pkt/api/search-type-function 2016-02-15 13:33:45 +01:00
conn gnrc: use gnrc_pkt_search_type instead of LL_SEARCH_SCALAR 2016-02-11 01:05:02 +01:00
link_layer sys: net: gnrc_netdev2_eth: fix ethernet multicast MAC address creation 2016-02-05 23:20:33 +01:00
netapi gnrc netapi: switch to non-blocking IPC calls 2015-10-01 12:48:12 +02:00
netif gnrc netif: add a check for interface existence 2015-12-03 18:35:23 +01:00
netreg sys: net: gnrc_netreg: check for msg queue of registered thread, not registering 2015-10-31 11:18:00 +01:00
nettest sys: adapted to renamed THREAD FLAGS 2015-12-07 22:09:47 +01:00
network_layer rbuf: does not remove oldest entry if we have entry for current fragment 2016-03-03 11:19:48 +09:00
pkt gnrc_pkt: provide type search function 2016-02-11 01:05:02 +01:00
pktbuf_static pktbuf: do not inline gnrc_pktbuf_remove_snip 2016-02-10 16:38:40 +01:00
pktdump sys: adapted to renamed THREAD FLAGS 2015-12-07 22:09:47 +01:00
routing/rpl Merge pull request #4784 from authmillenon/gnrc_pkt/api/search-type-function 2016-02-15 13:33:45 +01:00
transport_layer/udp gnrc: use gnrc_pkt_search_type instead of LL_SEARCH_SCALAR 2016-02-11 01:05:02 +01:00
Makefile gnrc_pkt: provide type search function 2016-02-11 01:05:02 +01:00